Skip to content

Commit

Permalink
Improve searchability (SEO) of Nikola on PyPI.
Browse files Browse the repository at this point in the history
  • Loading branch information
schettino72 committed Oct 7, 2015
1 parent 197944b commit b079287
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,14 +113,14 @@ def run(self):

setup(name='Nikola',
version='7.7.1',
description='A modular, fast, simple, static website generator',
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',
Expand Down

0 comments on commit b079287

Please sign in to comment.