summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2019-02-14 08:00:42 -0500
committerJason R. Coombs <jaraco@jaraco.com>2019-02-14 08:00:42 -0500
commit0915fbdc0eec08bfcc8e1838a5a0ef26bc5d6a63 (patch)
tree7f2104a42ed20bb60789be6b789fbb7b2ad0cf5f
parent51082f354413d72860f83f622804ef62efd2fa70 (diff)
downloadpytest-runner-0915fbdc0eec08bfcc8e1838a5a0ef26bc5d6a63.tar.gz
pytest-runner has a single module, not a package. Fixes #44.
-rw-r--r--setup.cfg3
1 files changed, 1 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index c24c811..f86b3e7 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -18,8 +18,7 @@ classifiers =
Framework :: Pytest
[options]
-packages = find:
-include_package_data = true
+py_modules = ptr
python_requires = >=2.7
install_requires =
# setuptools 27.3 is required at run time