fix wheel upload target, and change python versioning

This commit is contained in:
holger krekel
2020-01-22 11:23:51 +01:00
parent 64026fde7c
commit 01251d162c
3 changed files with 7 additions and 2 deletions

View File

@@ -13,6 +13,7 @@ def main():
"root": "..",
"relative_to": __file__,
'tag_regex': r'^(?P<prefix>py-)?(?P<version>[^\+]+)(?P<suffix>.*)?$',
'git_describe_command': "git describe --dirty --tags --long --match py-*.*",
},
description='Python bindings for the Delta Chat Core library using CFFI against the Rust-implemented libdeltachat',
long_description=long_description,