Skip to content

Commit

Permalink
Merge pull request #2327 from jorgesumle/setup
Browse files Browse the repository at this point in the history
Update setup.py
  • Loading branch information
justinmayer committed Apr 11, 2018
2 parents 583c840 + 544b35f commit 3656df5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,13 @@
setup(
name='pelican',
version='3.7.2.dev0',
url='http://getpelican.com/',
url='https://getpelican.com/',
author='Alexis Metaireau',
maintainer='Justin Mayer',
author_email='authors@getpelican.com',
description="Static site generator supporting reStructuredText and "
"Markdown source content.",
license='AGPLv3',
long_description=description,
packages=['pelican', 'pelican.tools'],
package_data={
Expand Down Expand Up @@ -64,6 +65,7 @@
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: Implementation :: CPython',
'Topic :: Internet :: WWW/HTTP',
'Topic :: Software Development :: Libraries :: Python Modules',
Expand Down

0 comments on commit 3656df5

Please sign in to comment.