-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨ [#1] small improvement of the package code and description
- Loading branch information
1 parent
261a73e
commit 2cc9bae
Showing
4 changed files
with
17 additions
and
12 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 |
---|---|---|
|
@@ -5,13 +5,13 @@ build-backend = "setuptools.build_meta" | |
[project] | ||
name = "django_setup_configuration" | ||
version = "0.1.0" | ||
description = "TODO" | ||
description = "Pluggable configuration setup used with the django management command" | ||
authors = [ | ||
{name = "Maykin Media", email = "[email protected]"} | ||
] | ||
readme = "README.rst" | ||
license = {file = "LICENSE"} | ||
keywords = ["TODO"] | ||
keywords = ["Django", "Configuration"] | ||
classifiers = [ | ||
"Development Status :: 3 - Alpha", | ||
"Framework :: Django", | ||
|
@@ -31,15 +31,17 @@ dependencies = [ | |
] | ||
|
||
[project.urls] | ||
Homepage = "https://github.com/maykinmedia/django_setup_configuration" | ||
Documentation = "http://django_setup_configuration.readthedocs.io/en/latest/" | ||
"Bug Tracker" = "https://github.com/maykinmedia/django_setup_configuration/issues" | ||
"Source Code" = "https://github.com/maykinmedia/django_setup_configuration" | ||
Homepage = "https://github.com/maykinmedia/django-setup-configuration" | ||
Documentation = "http://django-setup-configuration.readthedocs.io/en/latest/" | ||
"Bug Tracker" = "https://github.com/maykinmedia/django-setup-configuration/issues" | ||
"Source Code" = "https://github.com/maykinmedia/django-setup-configuration" | ||
|
||
[project.optional-dependencies] | ||
tests = [ | ||
"pytest", | ||
"pytest-django", | ||
"pytest-mock", | ||
"furl", | ||
"tox", | ||
"isort", | ||
"black", | ||
|
This file was deleted.
Oops, something went wrong.