mirror of
https://github.com/wassname/libcryptomarket.git
synced 2026-09-09 11:25:52 +08:00
Corrected the export package.
This commit is contained in:
@@ -35,7 +35,7 @@ setup(
|
||||
author="Gavin Chan",
|
||||
author_email='gavincyi@gmail.com',
|
||||
url='https://github.com/gavincyi/libcryptomarket',
|
||||
packages=find_packages(include=['libcryptomarket']),
|
||||
packages=['libcryptomarket', 'libcryptomarket.api'],
|
||||
include_package_data=True,
|
||||
install_requires=requirements,
|
||||
license="GNU General Public License v3",
|
||||
|
||||
Reference in New Issue
Block a user