-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #61 from girder/rename
- Loading branch information
Showing
20 changed files
with
9 additions
and
9 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,2 +1,2 @@ | ||
# django-girders | ||
Django utilities for data management applications | ||
# django-composed-configuration | ||
Turnkey Django settings for data management applications |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
|
@@ -8,20 +8,20 @@ | |
long_description = f.read() | ||
|
||
setup( | ||
name='django-girders', | ||
name='django-composed-configuration', | ||
version='0.0.11', | ||
description='Django utilities for data management applications', | ||
description='Turnkey Django settings for data management applications', | ||
long_description=long_description, | ||
long_description_content_type='text/markdown', | ||
license='Apache 2.0', | ||
url='https://github.com/brianhelba/django-girders', | ||
url='https://github.com/girder/django-composed-configuration', | ||
project_urls={ | ||
'Bug Reports': 'https://github.com/brianhelba/django-girders/issues', | ||
'Source': 'https://github.com/brianhelba/django-girders', | ||
'Bug Reports': 'https://github.com/girder/django-composed-configuration/issues', | ||
'Source': 'https://github.com/girder/django-composed-configuration', | ||
}, | ||
author='Kitware, Inc', | ||
author_email='[email protected]', | ||
keywords='django girder girders', | ||
keywords='django girder configuration configurations setting settings', | ||
classifiers=[ | ||
'Development Status :: 3 - Alpha', | ||
'Environment :: Web Environment', | ||
|
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