1
0
mirror of https://github.com/PurpleI2P/pyseeder synced 2025-01-14 17:08:26 +00:00

bump version to 0.1

Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
R4SAS 2022-02-22 19:32:08 +00:00
parent d26286b812
commit a51acf309a
Signed by: r4sas
GPG Key ID: 66F6C87B98EBCFE2

View File

@ -10,11 +10,13 @@ with open("requirements.txt") as f:
setup( setup(
name='pyseeder', name='pyseeder',
version='0.0.1', version='0.1',
description='Python reseed utilities for I2P', description='Python reseed utilities for I2P',
long_description=long_description, long_description=long_description,
author='Darnet Villain', author='Darnet Villain',
author_email='supervillain@riseup.net', author_email='supervillain@riseup.net',
maintainer='R4SAS',
maintainer_email='r4sas@i2pmail.org',
url='https://github.com/PurpleI2P/pyseeder/', url='https://github.com/PurpleI2P/pyseeder/',
keywords='i2p reseed', keywords='i2p reseed',
license='MIT', license='MIT',
@ -22,10 +24,7 @@ setup(
'Development Status :: 4 - Beta', 'Development Status :: 4 - Beta',
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)', 'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3', 'Topic :: Utilities',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
], ],
packages=['pyseeder', 'pyseeder.transports'], packages=['pyseeder', 'pyseeder.transports'],
install_requires=install_requires, install_requires=install_requires,