added license metadata to setup.cfg dor including in wheels'

This commit is contained in:
Shay Palachy
2017-11-26 15:47:03 +02:00
parent 45c8a3b5d9
commit 6524f1c5bc
+3 -1
View File
@@ -5,6 +5,9 @@
# Use this option if your package is pure-python
universal = 1
[metadata]
license_file = LICENSE
[versioneer]
VCS = git
style = pep440-pre
@@ -12,4 +15,3 @@ versionfile_source = cachier/_version.py
versionfile_build = cachier/_version.py
tag_prefix = v
parentdir_prefix = cachier-