Compare commits

...

1 Commits

Author SHA1 Message Date
4tochka
96e94d8b57 update readme.md 2019-03-13 23:56:41 +04:00
44 changed files with 3 additions and 1 deletions

View File

@ -12,7 +12,8 @@ setup(name='pybtc',
author='Alexsei Karpov', author='Alexsei Karpov',
author_email='admin@bitaps.com', author_email='admin@bitaps.com',
license='GPL-3.0', license='GPL-3.0',
packages=find_packages(), package_dir={'':'src'},
packages=['core', 'pybtc'],
install_requires=[ 'secp256k1'], install_requires=[ 'secp256k1'],
include_package_data=True, include_package_data=True,
package_data={ package_data={

1
src/pybtc/__init__.py Normal file
View File

@ -0,0 +1 @@
from ..core import *