Compare commits
1 Commits
master
...
source_tes
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
96e94d8b57 |
3
setup.py
3
setup.py
@ -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
1
src/pybtc/__init__.py
Normal file
@ -0,0 +1 @@
|
|||||||
|
from ..core import *
|
||||||
Loading…
Reference in New Issue
Block a user