[Python-modules-commits] r8436 - in packages/python-django-filebrowser/trunk/debian (setup.py)
odd_bloke-guest at users.alioth.debian.org
odd_bloke-guest at users.alioth.debian.org
Wed May 13 08:39:51 UTC 2009
Date: Wednesday, May 13, 2009 @ 08:39:51
Author: odd_bloke-guest
Revision: 8436
Remove no longer needed setup.py.
Deleted:
packages/python-django-filebrowser/trunk/debian/setup.py
Deleted: packages/python-django-filebrowser/trunk/debian/setup.py
===================================================================
--- packages/python-django-filebrowser/trunk/debian/setup.py 2009-05-13 08:39:49 UTC (rev 8435)
+++ packages/python-django-filebrowser/trunk/debian/setup.py 2009-05-13 08:39:51 UTC (rev 8436)
@@ -1,15 +0,0 @@
-from distutils.core import setup
-
-setup(
- name = 'django-filebrowser',
- version = 'svn271',
- url = 'http://code.google.com/p/django-filebrowser/',
- author = 'Patrick Kranzlmueller',
- author_email = 'patrick at vonautomatisch.at',
- license = 'BSD',
- packages = ['filebrowser'],
- package_data = {'filebrowser': ['templates/filebrowser/*.html',
- 'templates/filebrowser/include/*',
- 'locale/*/LC_MESSAGES/*']},
- description = 'file management in the Django admin interface',
-)
More information about the Python-modules-commits
mailing list