#275 make pipx happy

This commit is contained in:
Jiangge Zhang 2021-09-08 14:23:02 +03:00 committed by Muayyad alsadi
parent dc0ac0d03c
commit 4a5fd23a2e

View File

@ -40,4 +40,14 @@ setup(
},
include_package_data=True,
license='GPL-2.0-only',
install_requires=[
'pyyaml'
],
# test_suite='tests',
# tests_require=[
# 'coverage',
# 'pytest-cov',
# 'pytest',
# 'tox',
# ]
)