Explorar el Código

update missing description

Oz N Tiram hace 9 años
padre
commit
186ed28773
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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']),