Had deleted MANIFEST.in which screwed up installation.

Added author info into setup.py
This commit is contained in:
Tanshu 2012-12-07 23:40:21 +05:30
parent ee307e0e2c
commit 2e2e59315f
2 changed files with 5 additions and 3 deletions

2
brewman/MANIFEST.in Normal file
View File

@ -0,0 +1,2 @@
include *.txt *.ini *.cfg *.rst
recursive-include brewman *.ico *.png *.css *.gif *.jpg *.pt *.txt *.mak *.mako *.js *.html *.xml offline.appcache

View File

@ -25,9 +25,9 @@ setup(name='brewman',
"Topic :: Internet :: WWW/HTTP",
"Topic :: Internet :: WWW/HTTP :: WSGI :: Application",
],
author='',
author_email='',
url='',
author='Tanshu',
author_email='brewman@tanshu.com',
url='http://tanshu.com',
keywords='web pyramid pylons',
packages=find_packages(),
include_package_data=True,