mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Update setup.py
- Add license metadata - Add `Programming Language :: Python :: 3.7` classifier - Use HTTPS in the website link
This commit is contained in:
parent
583c840579
commit
544b35fba5
1 changed files with 3 additions and 1 deletions
4
setup.py
4
setup.py
|
|
@ -29,12 +29,13 @@ if sys.version_info.major < 3:
|
||||||
setup(
|
setup(
|
||||||
name='pelican',
|
name='pelican',
|
||||||
version='3.7.2.dev0',
|
version='3.7.2.dev0',
|
||||||
url='http://getpelican.com/',
|
url='https://getpelican.com/',
|
||||||
author='Alexis Metaireau',
|
author='Alexis Metaireau',
|
||||||
maintainer='Justin Mayer',
|
maintainer='Justin Mayer',
|
||||||
author_email='authors@getpelican.com',
|
author_email='authors@getpelican.com',
|
||||||
description="Static site generator supporting reStructuredText and "
|
description="Static site generator supporting reStructuredText and "
|
||||||
"Markdown source content.",
|
"Markdown source content.",
|
||||||
|
license='AGPLv3',
|
||||||
long_description=description,
|
long_description=description,
|
||||||
packages=['pelican', 'pelican.tools'],
|
packages=['pelican', 'pelican.tools'],
|
||||||
package_data={
|
package_data={
|
||||||
|
|
@ -64,6 +65,7 @@ setup(
|
||||||
'Programming Language :: Python :: 3.4',
|
'Programming Language :: Python :: 3.4',
|
||||||
'Programming Language :: Python :: 3.5',
|
'Programming Language :: Python :: 3.5',
|
||||||
'Programming Language :: Python :: 3.6',
|
'Programming Language :: Python :: 3.6',
|
||||||
|
'Programming Language :: Python :: 3.7',
|
||||||
'Programming Language :: Python :: Implementation :: CPython',
|
'Programming Language :: Python :: Implementation :: CPython',
|
||||||
'Topic :: Internet :: WWW/HTTP',
|
'Topic :: Internet :: WWW/HTTP',
|
||||||
'Topic :: Software Development :: Libraries :: Python Modules',
|
'Topic :: Software Development :: Libraries :: Python Modules',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue