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
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ setup(
license='MIT',
author='Krzysztof Oziomek',
url='https://github.com/g1itch/MiNode',
packages=find_packages(),
packages=find_packages(exclude=('*tests',)),
package_data={'': ['*.csv', 'tls/*.pem']},
entry_points={'console_scripts': ['minode = minode.main:main']},
classifiers=[