-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
Copyright (c) 2009, Weston Nielson ([email protected]) | ||
2010, Jan Schrewe ([email protected]) | ||
2017, Arthur Hanson ([email protected]) | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
|
@@ -17,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | |
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | ||
THE SOFTWARE. | ||
THE SOFTWARE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,11 +12,11 @@ def convert_readme(): | |
|
||
setup( | ||
name='django-genericadmin', | ||
version='0.6.1', | ||
version='0.7.0', | ||
description="Adds support for generic relations within Django's admin interface.", | ||
author='Weston Nielson, Jan Schrewe', | ||
author_email='[email protected], [email protected]', | ||
url='https://github.com/jschrewe/django-genericadmin', | ||
author='Weston Nielson, Jan Schrewe, Arthur Hanson', | ||
author_email='[email protected], [email protected], [email protected]', | ||
url='https://github.com/arthanson/django-genericadmin', | ||
packages = ['genericadmin'], | ||
# package_data={'genericadmin': ['static/genericadmin/js/genericadmin.js']}, | ||
classifiers=[ | ||
|