Don't install tests

This commit is contained in:
Dmitri Bogomolov 2021-03-11 21:59:10 +02:00
parent 20d2e919d9
commit 385590a2f4
Signed by untrusted user: g1itch
GPG Key ID: 720A756F18DEED13

View File

@ -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=[