Changes for PyPI
This commit is contained in:
parent
1f7cbcfa13
commit
64119f8baa
4
.gitignore
vendored
4
.gitignore
vendored
@ -3,5 +3,5 @@ build/
|
||||
dist/
|
||||
.github/
|
||||
pybtc.egg-info/
|
||||
*.pyc
|
||||
|
||||
pyflo.egg-info/
|
||||
*.pyc
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
14
setup.py
14
setup.py
@ -4,19 +4,19 @@
|
||||
from setuptools import setup, find_packages
|
||||
|
||||
|
||||
setup(name='pybtc',
|
||||
setup(name='pyflo',
|
||||
version='2.0.9',
|
||||
description='Python Bitcoin library',
|
||||
keywords='bitcoin',
|
||||
url='https://github.com/bitaps-com/pybtc',
|
||||
author='Alexsei Karpov',
|
||||
author_email='admin@bitaps.com',
|
||||
description='Python FLO library',
|
||||
keywords='flo',
|
||||
url='https://github.com/ranchimall/pyflo',
|
||||
author='Ranchi Mall',
|
||||
author_email='ranchimallfze@gmail.com',
|
||||
license='GPL-3.0',
|
||||
packages=find_packages(),
|
||||
install_requires=['secp256k1'],
|
||||
include_package_data=True,
|
||||
package_data={
|
||||
'pybtc': ['bip39_word_list/*.txt', 'test/*.txt'],
|
||||
'pyflo': ['bip39_word_list/*.txt', 'test/*.txt'],
|
||||
},
|
||||
test_suite='tests',
|
||||
zip_safe=False)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user