-
Notifications
You must be signed in to change notification settings - Fork 51
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
Prepare 2.3.1 #378
Prepare 2.3.1 #378
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #378 +/- ##
=======================================
Coverage 98.83% 98.83%
=======================================
Files 28 28
Lines 1895 1895
Branches 407 407
=======================================
Hits 1873 1873
Misses 2 2
Partials 20 20 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure why rst isn't working, I normally run twine check
and it tells me what's wrong. In any case, markdown is ok, too (even though I generally consider it a poor replacement for reST ... but README is fine).
However, you need to fix-up a whole bunch places.
- MANIFEST.in
- setup.py
- CHANGES:
- add your name to 2.3.1
- add the release date
Maybe other places, check with git grep README
.
setup.py
Outdated
@@ -41,7 +41,7 @@ | |||
packages=find_packages("src"), | |||
package_dir={"": "src"}, | |||
license="BSD", | |||
long_description=open("README.rst").read(), | |||
long_description=open("README.md").read(), | |||
long_description_content_type="text/x-rst", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change the content description.
For some reason the
rst
readme cannot be used as long description, changed this tomarkdown
file and it seems to work.Build and tested on pypi testing channel