Added PEP440 version.

development
Shawn Davis 2 years ago
parent 525a866e2b
commit 29f8670d61
  1. 1
      PEP440.txt
  2. 2
      VERSION.txt
  3. 2
      setup.py

@ -0,0 +1 @@
6.8.30

@ -1 +1 @@
6.8.26
6.8.30

@ -13,7 +13,7 @@ def read_file(path):
setup(
name='python-scripttease',
version=read_file("VERSION.txt"),
version=read_file("PEP440.txt"),
description=read_file("DESCRIPTION.txt"),
long_description=read_file("README.markdown"),
long_description_content_type="text/markdown",

Loading…
Cancel
Save