瀏覽代碼

update missing description

Oz N Tiram 9 年之前
父節點
當前提交
186ed28773
共有 1 個文件被更改,包括 1 次插入0 次删除
  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']),