Set polymorphic.__version__ from setuptools metadata

This commit is contained in:
Jerome Leclanche
2017-05-22 14:05:55 +03:00
parent 5c54ae1782
commit a91a04af6b
+4 -2
View File
@@ -7,5 +7,7 @@ This code and affiliated files are (C) by Bert Constantin and individual contrib
Please see LICENSE and AUTHORS for more information. Please see LICENSE and AUTHORS for more information.
""" """
# See PEP 440 (https://www.python.org/dev/peps/pep-0440/) import pkg_resources
__version__ = "1.3"
__version__ = pkg_resources.require("django-polymorphic")[0].version