From 2e2e59315fad3c3b688a72b6c7e58e642a18600d Mon Sep 17 00:00:00 2001 From: Tanshu Date: Fri, 7 Dec 2012 23:40:21 +0530 Subject: [PATCH] Had deleted MANIFEST.in which screwed up installation. Added author info into setup.py --- brewman/MANIFEST.in | 2 ++ brewman/setup.py | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 brewman/MANIFEST.in diff --git a/brewman/MANIFEST.in b/brewman/MANIFEST.in new file mode 100644 index 00000000..dee41d3c --- /dev/null +++ b/brewman/MANIFEST.in @@ -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 diff --git a/brewman/setup.py b/brewman/setup.py index 56193296..cdd2704a 100644 --- a/brewman/setup.py +++ b/brewman/setup.py @@ -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,