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

Include README.md in package metadata (fix #110) #113

Merged
merged 1 commit into from
Dec 16, 2022

Conversation

chambln
Copy link
Contributor

@chambln chambln commented Nov 6, 2022

Uses the method described in the Python Packaging User Guide:

https://packaging.python.org/en/latest/guides/making-a-pypi-friendly-readme/#including-your-readme-in-your-package-s-metadata

You can see the result here:
https://test.pypi.org/project/genanki-test-chambln/

Just upload with setup.py and twine as normal:

rm -rf dist/*
python3 setup.py sdist bdist_wheel
python3 -m twine upload dist/*

Or pass --repository testpypi to upload to test.pypi.org instead:

python3 -m twine upload --repository testpypi dist/*

@kerrickstaley kerrickstaley merged commit da9e5a6 into kerrickstaley:master Dec 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants