mirror of
https://git.wownero.com/lza_menace/wownero-python.git
synced 2024-08-15 03:25:25 +00:00
Fix the setup, remove tests
This commit is contained in:
parent
aa5b2b65f9
commit
a89d0f5962
1 changed files with 1 additions and 2 deletions
3
setup.py
3
setup.py
|
@ -11,8 +11,7 @@ setup(
|
|||
url = 'https://github.com/emesik/monero-python/',
|
||||
long_description = open('README.rst').read(),
|
||||
install_requires = open('requirements.txt', 'r').read().splitlines(),
|
||||
packages = find_packages(),
|
||||
data_files = ['requirements.txt'],
|
||||
packages = find_packages('.', exclude=['tests']),
|
||||
include_package_data = True,
|
||||
author = 'Michał Sałaban',
|
||||
author_email = 'michal@salaban.info',
|
||||
|
|
Loading…
Reference in a new issue