summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2021-01-19 09:55:06 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2021-01-19 09:55:53 -0500
commitbbde2300dfae165faaa1d882ed76ccd93389e71d (patch)
tree7a24eafe4c8d7a48824eaa647c18b569acdc9c1d /setup.cfg
parent9536974c3643c6d15ed7cdd65b953b21bddc469e (diff)
downloadalembic-bbde2300dfae165faaa1d882ed76ccd93389e71d.tar.gz
fix erroneous package_dir directive
Fixed installation issue where the "templates" directory was not being installed, preventing commands like "list-templates" and "init" from working. Change-Id: Ic47cee2dbb3c4c81a34e91557a3275ef68a22b74 Fixes: #780
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 0 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index 054c9fc..59be536 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -40,8 +40,6 @@ packages = find:
include_package_data = true
zip_safe = false
python_requires = >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*
-package_dir =
- =.
install_requires =
SQLAlchemy>=1.3.0