]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Correct incorrect readme.rst file
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 12 Jul 2020 14:29:01 +0000 (10:29 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 12 Jul 2020 14:29:01 +0000 (10:29 -0400)
in the move to setup.cfg at
9ca81f5f79498356c4f3387c17edda0ed3dad451 we put the wrong
README file.

Change-Id: I25193d248e325e9473f26901925f91bef54ca07a

setup.cfg

index 508e3444a9b1399b0431ebdb819a659efb10c8a7..d1b46bc5323238d080de44c25bcdd5575b2dd7e9 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -2,7 +2,7 @@
 name = SQLAlchemy
 version = attr: sqlalchemy.__version__
 description = Database Abstraction Library
-long_description = file: README.dialects.rst
+long_description = file: README.rst
 long_description_content_type = text/x-rst
 url = http://www.sqlalchemy.org
 author = Mike Bayer