Skip to content

Commit

Permalink
Merge 4eab8ed into 6e25e34
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Sep 22, 2019
2 parents 6e25e34 + 4eab8ed commit c81c8d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Expand Up @@ -54,6 +54,8 @@ def run_tests(self):
install_requires=requirements,
tests_require=requirements_test,
extras_require={'test': requirements_test},
data_files=[('requirements_for_tests', ['requirements-test.txt']),
('requirements_for_docker', ['requirements-docker.txt'])],
keywords="puppet puppetdb puppetboard",
cmdclass={'test': PyTest},
classifiers=[
Expand Down

0 comments on commit c81c8d5

Please sign in to comment.