From 089a8228faae4f1b3500e8838cff00207ea96c24 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sun, 12 Jul 2020 10:29:01 -0400 Subject: [PATCH] Correct incorrect readme.rst file in the move to setup.cfg at 9ca81f5f79498356c4f3387c17edda0ed3dad451 we put the wrong README file. Change-Id: I25193d248e325e9473f26901925f91bef54ca07a --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3