Version id compliant to PEP 440

This commit is contained in:
reverend 2021-12-31 23:34:42 +01:00
parent a4f80820c9
commit 6ba225bee3
1 changed files with 3 additions and 1 deletions

View File

@ -6,9 +6,11 @@ from setuptools import setup, find_packages
with open('Readme.md') as f:
readme = f.read()
# Keep PEP 440 for version identification in mind
# https://www.python.org/dev/peps/pep-0440/#post-releases
setup(
name='django-lostplaces',
version='0.1.4-hotfix-31-12-21_22-18',
version='0.1.4.post1',
description='A django app to manage lost places',
author='Reverend',
author_email='reverend@reverend2048.de',