Added missing site.cfg to MANIFEST.in

Removed invalid classifier entry (Environment:Posix)
This commit is contained in:
Georg Richter
2019-11-26 07:32:54 +01:00
parent 9a8cc14710
commit 086f3cc0f0
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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',