From bba5d621c393b86e6fb0838e631ccea252852189 Mon Sep 17 00:00:00 2001 From: wbond Date: Mon, 9 Sep 2019 01:53:00 -0400 Subject: Create asn1crypto_tests package, along with supporting tooling Adds the following tasks: - python run.py build - python run.py version {pep440_version} Tests may now be executed a number of different ways and will automatically ensure the local copy of asn1crypto is used, if run from a Git working copy, or archive of a working copy. Versioning scheme switched from SemVer to PEP 440 since that is what the Python ecosystem tooling supports. --- requires/release | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'requires') diff --git a/requires/release b/requires/release index af996cf..91cff65 100644 --- a/requires/release +++ b/requires/release @@ -1 +1,3 @@ -twine +wheel>=0.31.0 +twine>=1.11.0 +setuptools>=38.6.0 -- cgit v1.2.3