From: Mike Bayer Date: Sun, 12 Jul 2020 14:29:01 +0000 (-0400) Subject: Correct incorrect readme.rst file X-Git-Tag: rel_1_4_0b1~226 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=089a8228faae4f1b3500e8838cff00207ea96c24;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Correct incorrect readme.rst file in the move to setup.cfg at 9ca81f5f79498356c4f3387c17edda0ed3dad451 we put the wrong README file. Change-Id: I25193d248e325e9473f26901925f91bef54ca07a --- diff --git a/setup.cfg b/setup.cfg index 508e3444a9..d1b46bc532 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