mirror of
https://github.com/coleifer/peewee.git
synced 2026-05-06 07:56:41 -04:00
Tidy up the parameters to the setup() function.
This commit is contained in:
@@ -95,7 +95,7 @@ def _do_setup(c_extensions, sqlite_extensions):
|
||||
long_description=readme,
|
||||
author='Charles Leifer',
|
||||
author_email='coleifer@gmail.com',
|
||||
url='http://github.com/coleifer/peewee/',
|
||||
url='https://github.com/coleifer/peewee/',
|
||||
packages=['playhouse'],
|
||||
py_modules=['peewee', 'pwiz'],
|
||||
classifiers=[
|
||||
@@ -104,9 +104,18 @@ def _do_setup(c_extensions, sqlite_extensions):
|
||||
'License :: OSI Approved :: MIT License',
|
||||
'Operating System :: OS Independent',
|
||||
'Programming Language :: Python',
|
||||
'Programming Language :: Python :: 2',
|
||||
'Programming Language :: Python :: 2.7',
|
||||
'Programming Language :: Python :: 3',
|
||||
'Programming Language :: Python :: 3.4',
|
||||
'Programming Language :: Python :: 3.5',
|
||||
'Programming Language :: Python :: 3.6',
|
||||
'Programming Language :: Python :: 3.7',
|
||||
'Topic :: Software Development :: Libraries :: Python Modules',
|
||||
],
|
||||
scripts = ['pwiz.py'],
|
||||
license='MIT License',
|
||||
platforms=['any'],
|
||||
scripts=['pwiz.py'],
|
||||
zip_safe=False,
|
||||
cmdclass={'build_ext': _PeeweeBuildExt},
|
||||
ext_modules=cythonize(ext_modules))
|
||||
|
||||
Reference in New Issue
Block a user