Browse Source

update missing description

Oz N Tiram 9 years ago
parent
commit
186ed28773
1 changed files with 1 additions and 0 deletions
  1. 1 0
      setup.py

+ 1 - 0
setup.py

@@ -282,6 +282,7 @@ class ManPageCreator(object):
 
 setup(name='blogit',
       version='0.1',
+      description='A quick and simple static site generator based on markdown and jinja2',
       license="GNU GPL",
       url='http://github.com/oz123/blogit',
       packages=find_packages(exclude=['tests']),