Had deleted MANIFEST.in which screwed up installation.
Added author info into setup.py
This commit is contained in:
parent
ee307e0e2c
commit
2e2e59315f
2
brewman/MANIFEST.in
Normal file
2
brewman/MANIFEST.in
Normal 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
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user