Don't install tests
This commit is contained in:
parent
20d2e919d9
commit
385590a2f4
2
setup.py
2
setup.py
|
@ -21,7 +21,7 @@ setup(
|
||||||
license='MIT',
|
license='MIT',
|
||||||
author='Krzysztof Oziomek',
|
author='Krzysztof Oziomek',
|
||||||
url='https://github.com/g1itch/MiNode',
|
url='https://github.com/g1itch/MiNode',
|
||||||
packages=find_packages(),
|
packages=find_packages(exclude=('*tests',)),
|
||||||
package_data={'': ['*.csv', 'tls/*.pem']},
|
package_data={'': ['*.csv', 'tls/*.pem']},
|
||||||
entry_points={'console_scripts': ['minode = minode.main:main']},
|
entry_points={'console_scripts': ['minode = minode.main:main']},
|
||||||
classifiers=[
|
classifiers=[
|
||||||
|
|
Loading…
Reference in New Issue
Block a user