]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
fix erroneous package_dir directive
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 19 Jan 2021 14:55:06 +0000 (09:55 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 19 Jan 2021 14:55:53 +0000 (09:55 -0500)
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
docs/build/unreleased/780.rst [new file with mode: 0644]
setup.cfg

diff --git a/docs/build/unreleased/780.rst b/docs/build/unreleased/780.rst
new file mode 100644 (file)
index 0000000..e091208
--- /dev/null
@@ -0,0 +1,7 @@
+.. change::
+    :tags: bug, installation, commands
+    :tickets: 780
+
+    Fixed installation issue where the "templates" directory was not being
+    installed, preventing commands like "list-templates" and "init" from
+    working.
index 054c9fc5d008a7dc6bc9cfc2edbf882dc996a647..59be53600f03b6ecc041c85e082170602984f471 100644 (file)
--- 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