summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2019-02-14 08:00:53 -0500
committerJason R. Coombs <jaraco@jaraco.com>2019-02-14 08:00:53 -0500
commit4b0ed61e7c8900c094bcd3ce1280181c1ec0b254 (patch)
tree2ba19c70a105f1bfe3a486eaafa9ef875bc4a16f
parent8d5e9afde5506080ef0af9837ef8f5e8794c7da3 (diff)
parent0915fbdc0eec08bfcc8e1838a5a0ef26bc5d6a63 (diff)
downloadpytest-runner-4b0ed61e7c8900c094bcd3ce1280181c1ec0b254.tar.gz
Merge commit '0915fbd'
-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