Version id compliant to PEP 440
This commit is contained in:
parent
a4f80820c9
commit
6ba225bee3
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user