summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index 4d81c86..2b896a7 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = PasteDeploy
-version = 2.1.1
+version = 3.0.dev0
author = Ian Bicking
author_email = pylons-discuss@googlegroups.com
maintainer = Chris Dent
@@ -44,7 +44,7 @@ package_dir =
packages = find:
zip_safe = False
install_requires =
- setuptools
+ importlib-metadata; python_version<"3.8"
include_package_data = True
namespace_packages =
paste