From 4e3224c012df9f74f010eb92203520515e8537b9 Mon Sep 17 00:00:00 2001 From: Dererk Date: Wed, 11 Nov 2015 16:34:34 -0300 Subject: Imported Upstream version 7.7.3 --- setup.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 6ae145c..dd2cf12 100755 --- a/setup.py +++ b/setup.py @@ -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'), -- cgit v1.2.3