-
Notifications
You must be signed in to change notification settings - Fork 4
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
1 parent
225e94a
commit 6c3f6f0
Showing
3 changed files
with
19 additions
and
165 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
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
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,14 +8,14 @@ | |
|
||
setup( | ||
name='django-admin-datta', | ||
version='1.0.11', | ||
version='1.0.12', | ||
zip_safe=False, | ||
packages=find_packages(), | ||
include_package_data=True, | ||
description='Modern template for Django admin interface', | ||
description='Modern template for Django Admin - Datta Able Design', | ||
long_description=README, | ||
long_description_content_type="text/markdown", | ||
url='https://appseed.us/product/datta-able/django/', | ||
url='https://app-generator.dev/docs/products/django-libs/theme-datta-able.html', | ||
author='AppSeed.us', | ||
author_email='[email protected]', | ||
license='MIT License', | ||
|