Skip to content

Commit

Permalink
Merge pull request #61 from girder/rename
Browse files Browse the repository at this point in the history
  • Loading branch information
brianhelba authored Oct 5, 2020
2 parents 347ea12 + 69ff6bc commit de6872e
Show file tree
Hide file tree
Showing 20 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
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.
12 changes: 6 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ max-line-length = 100
show-source = True
# https://github.com/PyCQA/flake8-import-order
import-order-style = appnexus
application-import-names = django_girders
application-import-names = composed_configuration
ignore =
# closing bracket does not match indentation of opening bracket’s line
E123
Expand Down

0 comments on commit de6872e

Please sign in to comment.