aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Sturmfels <ben@sturm.com.au>2021-04-08 19:12:15 +1000
committerBen Sturmfels <ben@sturm.com.au>2021-04-08 19:12:15 +1000
commit45a8c34a711e4396e598ebeba2f65ccb6adb53f2 (patch)
tree31287f47ba185c3ea2de41ed31b7f2cfc8974ffe
parentecea680d67e3c0893069ee267a75868856f9edaa (diff)
downloadmediagoblin-45a8c34a711e4396e598ebeba2f65ccb6adb53f2.tar.lz
mediagoblin-45a8c34a711e4396e598ebeba2f65ccb6adb53f2.tar.xz
mediagoblin-45a8c34a711e4396e598ebeba2f65ccb6adb53f2.zip
Don't include package_dir argument.
-rw-r--r--setup.cfg5
1 files changed, 0 insertions, 5 deletions
diff --git a/setup.cfg b/setup.cfg
index fe7630b4..d1d4329e 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -35,8 +35,6 @@ classifiers=[
Topic :: Internet :: WWW/HTTP :: Dynamic Content
[options]
-package_dir =
- = .
packages = find:
python_requires = >=3.6
zip_safe = False
@@ -83,9 +81,6 @@ test =
pytest-xdist
WebTest>=2.0.18
-[options.packages.find]
-where = .
-
[options.entry_points]
console_scripts =
gmg = mediagoblin.gmg_commands:main_cli