Public » FogBugz Middleware
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.0, 1.1, and 1.2

1.0 add setup.py

Changeset 52cc34bb3bbb

Parent a31b1552aacb

by Profile picture of Benjamin PollackBenjamin Pollack

Changes to one file · Browse files at 52cc34bb3bbb Showing diff from parent a31b1552aacb Diff from another changeset...

Change 1 of 1 Show Entire File setup.py Stacked
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
@@ -0,0 +1,9 @@
+from distutils.core import setup + +setup(name='FogBugzMiddleware', + version='1.0', + description='FogBugz Middleware for Django', + author='Benjamin Pollack', + author_email='benjamin@bitquabit.com', + url='http://bitbucket.org/bpollack/fogbugz-middleware', + packages=['fogcreek'])