1
0
mirror of https://github.com/krateng/maloja.git synced 2023-08-10 21:12:55 +03:00

Potentially fixed pyproject-based build and upload

This commit is contained in:
krateng
2021-12-31 07:06:42 +01:00
parent 21d1643988
commit eff806bd73
4 changed files with 7 additions and 6 deletions

View File

@@ -12,7 +12,7 @@ with open(projectdata['readme'], "r") as fh:
long_description = fh.read()
setuptools.setup(
name=projectdata.get('pypi_name') or projectdata['name'],
name=projectdata['name'],
version=projectdata['version'],
author=projectdata['authors'][0]['name'],
author_email=projectdata['authors'][0]['email'],