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