No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
2 changed files with
2 additions and
1 deletions
-
README.md
-
setup.py
|
|
@ -114,6 +114,7 @@ You'll need a [PyPi](https://pypi.org/) account and to be added as a maintainer. |
|
|
|
Please ask around @ Varia for who has PyPi access. |
|
|
|
|
|
|
|
``` |
|
|
|
$ # ... change the version number in setup.py ... # |
|
|
|
$ pip install twine |
|
|
|
$ make publish |
|
|
|
``` |
|
|
|
|
|
@ -7,7 +7,7 @@ with open('README.md', 'r') as handle: |
|
|
|
|
|
|
|
setup( |
|
|
|
name='distribusi', |
|
|
|
version='0.0.9', |
|
|
|
version='0.0.10', |
|
|
|
url='https://git.vvvvvvaria.org/varia/distribusi', |
|
|
|
license='GPLv3', |
|
|
|
author='Varia', |
|
|
|