Django???
This commit is contained in:
parent
067ce73c87
commit
24ef515b61
2 changed files with 2 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
[metadata]
|
[metadata]
|
||||||
name = django-dbsettings
|
name = django-dbsettings
|
||||||
version = 0.9.2
|
version = 0.9.3
|
||||||
description = A Django app to store key-value pairs in the database
|
description = A Django app to store key-value pairs in the database
|
||||||
long_description = file: README.md
|
long_description = file: README.md
|
||||||
url = https://kumig.it/kumisystems/django-dbsettings
|
url = https://kumig.it/kumisystems/django-dbsettings
|
||||||
|
@ -22,8 +22,6 @@ classifiers =
|
||||||
Programming Language :: Python :: 3.8
|
Programming Language :: Python :: 3.8
|
||||||
Topic :: Internet :: WWW/HTTP
|
Topic :: Internet :: WWW/HTTP
|
||||||
Topic :: Internet :: WWW/HTTP :: Dynamic Content
|
Topic :: Internet :: WWW/HTTP :: Dynamic Content
|
||||||
setup_requires =
|
|
||||||
django
|
|
||||||
|
|
||||||
[options]
|
[options]
|
||||||
include_package_data = true
|
include_package_data = true
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -1,3 +1,3 @@
|
||||||
from setuptools import setup
|
from setuptools import setup
|
||||||
|
|
||||||
setup()
|
setup(setup_requires=["django"])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue