Had deleted MANIFEST.in which screwed up installation.
Added author info into setup.py
This commit is contained in:
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",
|
||||||
"Topic :: Internet :: WWW/HTTP :: WSGI :: Application",
|
"Topic :: Internet :: WWW/HTTP :: WSGI :: Application",
|
||||||
],
|
],
|
||||||
author='',
|
author='Tanshu',
|
||||||
author_email='',
|
author_email='brewman@tanshu.com',
|
||||||
url='',
|
url='http://tanshu.com',
|
||||||
keywords='web pyramid pylons',
|
keywords='web pyramid pylons',
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
|
|||||||
Reference in New Issue
Block a user