Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix packaging for upload on pypi #112

Closed
JuliaSprenger opened this issue Sep 17, 2019 · 2 comments
Closed

Fix packaging for upload on pypi #112

JuliaSprenger opened this issue Sep 17, 2019 · 2 comments

Comments

@JuliaSprenger
Copy link
Collaborator

Pypi is not accepting current package due to wrong formatting of the `long_description', preventing new releases.

@JuliaSprenger
Copy link
Collaborator Author

This is due to an issue in the parameter formatting of the setuptools setup and not related to the formatting of the long_description but due to a formatting errorin the download_url (via the version). A proper validation within setuptools is planned in pypa/setuptools#1562

@JuliaSprenger
Copy link
Collaborator Author

Fixed in 30bccc7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant