From 086f3cc0f0be49730ea0fa6312fbea5061e13df7 Mon Sep 17 00:00:00 2001 From: Georg Richter Date: Tue, 26 Nov 2019 07:32:54 +0100 Subject: [PATCH] Added missing site.cfg to MANIFEST.in Removed invalid classifier entry (Environment:Posix) --- MANIFEST.in | 3 ++- setup.py | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index e743c8c..b9d6c8b 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -5,4 +5,5 @@ include mariadb_windows.py include mariadb_posix.py include MANIFEST.in include MANIFEST -include README.in +include README.md +include site.cfg diff --git a/setup.py b/setup.py index a2fc7f5..eb59fba 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,6 @@ setup(name='mariadb', 'Environment :: Console', 'Environment :: MacOS X', 'Environment :: Win32 (MS Windows)', - 'Environment :: Posix', 'License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)', 'Programming Language :: C', 'Programming Language :: Python',