Fix error in pyproject.toml

This commit is contained in:
Kumi 2022-01-09 09:53:06 +01:00
parent de7c0e13cf
commit 31a4c505ff
2 changed files with 12 additions and 1 deletions

View file

@ -0,0 +1,11 @@
[build-system]
requires = [
"setuptools>=42",
"wheel"
]
build-backend = "setuptools.build_meta"
[project]
dependencies = [
"django"
]

View file

@ -1,6 +1,6 @@
[metadata]
name = django-autosecretkey
version = 0.9.1
version = 0.9.2
description = A simple Django app to store secret keys outside of settings.py
long_description = file: README.md
long_description_content_type = text/markdown