diff options
| author | 2015-11-11 16:34:34 -0300 | |
|---|---|---|
| committer | 2015-11-11 16:34:34 -0300 | |
| commit | 4e3224c012df9f74f010eb92203520515e8537b9 (patch) | |
| tree | 19322dc0c595268cb6864f21d7e92fd93cb826e9 /setup.py | |
| parent | 787b97a4cb24330b36f11297c6d3a7a473a907d0 (diff) | |
Imported Upstream version 7.7.3upstream/7.7.3
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -112,15 +112,15 @@ class nikola_install(install): setup(name='Nikola', - version='7.6.4', - description='A modular, fast, simple, static website generator', + version='7.7.3', + description='A modular, fast, simple, static website and blog generator', long_description=open('README.rst').read(), author='Roberto Alsina and others', author_email='ralsina@netmanagers.com.ar', url='https://getnikola.com/', packages=find_packages(exclude=('tests',)), license='MIT', - keywords='website, static', + keywords='website, blog, static', classifiers=('Development Status :: 5 - Production/Stable', 'Environment :: Console', 'Environment :: Plugins', @@ -136,6 +136,7 @@ setup(name='Nikola', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', + 'Programming Language :: Python :: 3.5', 'Topic :: Internet', 'Topic :: Internet :: WWW/HTTP', 'Topic :: Text Processing :: Markup'), |
