Update setup.py

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
This commit is contained in:
Michał Pasternak 2022-08-10 10:47:46 +02:00 committed by GitHub
parent 2c8dc82721
commit 5a363dbe34
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@ def read(*parts):
setup(
name="django-dbtemplates-iplweb",
name="django-dbtemplates",
use_scm_version={"version_scheme": "post-release"},
setup_requires=["setuptools_scm"],
description="Template loader for templates stored in the database",