summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2020-07-12 10:29:01 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2020-07-12 10:29:01 -0400
commit089a8228faae4f1b3500e8838cff00207ea96c24 (patch)
tree0590c53470d72f7dc17c2cf6ca097919679cdfa5
parent96dba1a9f4bdbce43159c5b3741e7626ddd21d47 (diff)
downloadsqlalchemy-089a8228faae4f1b3500e8838cff00207ea96c24.tar.gz
Correct incorrect readme.rst file
in the move to setup.cfg at 9ca81f5f79498356c4f3387c17edda0ed3dad451 we put the wrong README file. Change-Id: I25193d248e325e9473f26901925f91bef54ca07a
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 508e3444a..d1b46bc53 100644
--- 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