Skip to content

Commit

Permalink
setup.py name: django-filebrowser-no-grappelli for pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
wardi committed May 17, 2012
1 parent b6b1107 commit 2755656
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
from setuptools import setup, find_packages

setup(
name='django-filebrowser',
version='3.0',
name='django-filebrowser-no-grappelli',
version='3.1',
description='Media-Management with the Django Admin-Interface.',
author='Patrick Kranzlmueller',
author_email='patrick@vonautomatisch.at',
url='http://code.google.com/p/django-filebrowser/',
url='https://github.com/wardi/django-filebrowser-no-grappelli',
packages=find_packages(),
include_package_data=True,
zip_safe=False,
Expand Down

0 comments on commit 2755656

Please sign in to comment.