summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2022-02-25 11:39:27 -0500
committerJason R. Coombs <jaraco@jaraco.com>2022-02-25 14:10:59 -0500
commit3b16808a15fbc46deef94f57d547f1a2bb3256e9 (patch)
tree59f2ab49cff9fcf5a0699ad92bc039592256deee
parent25c91d8484205441dad4f34968221d35ff351275 (diff)
downloadpytest-runner-3b16808a15fbc46deef94f57d547f1a2bb3256e9.tar.gz
Move module to package for simplicity of packaging.
-rw-r--r--ptr/__init__.py (renamed from ptr.py)0
-rw-r--r--setup.cfg1
2 files changed, 0 insertions, 1 deletions
diff --git a/ptr.py b/ptr/__init__.py
index 41192fa..41192fa 100644
--- a/ptr.py
+++ b/ptr/__init__.py
diff --git a/setup.cfg b/setup.cfg
index 0537e59..39bda86 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -15,7 +15,6 @@ classifiers =
[options]
packages = find_namespace:
-py_modules = ptr
include_package_data = true
python_requires = >=3.7
install_requires =