You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ python setup.py sdist >& /dev/null
$ twine check dist/*Checking distribution dist/foo-0.0.0.tar.gz: Traceback (most recent call last): File "/tmp/t/venv/bin/twine", line 11, in <module> sys.exit(main()) File "/tmp/t/venv/lib/python3.6/site-packages/twine/__main__.py", line 28, in main return dispatch(sys.argv[1:]) File "/tmp/t/venv/lib/python3.6/site-packages/twine/cli.py", line 75, in dispatch return main(args.args) File "/tmp/t/venv/lib/python3.6/site-packages/twine/commands/check.py", line 126, in main return check(args.dists) File "/tmp/t/venv/lib/python3.6/site-packages/twine/commands/check.py", line 97, in check metadata.get("description"), stream=stream, **parameters File "/tmp/t/venv/lib/python3.6/site-packages/readme_renderer/rst.py", line 95, in render parts = publish_parts(raw, writer=writer, settings_overrides=settings) File "/tmp/t/venv/lib/python3.6/site-packages/docutils/core.py", line 450, in publish_parts enable_exit_status=enable_exit_status) File "/tmp/t/venv/lib/python3.6/site-packages/docutils/core.py", line 664, in publish_programmatically output = pub.publish(enable_exit_status=enable_exit_status) File "/tmp/t/venv/lib/python3.6/site-packages/docutils/core.py", line 217, in publish self.settings) File "/tmp/t/venv/lib/python3.6/site-packages/docutils/readers/__init__.py", line 71, in read self.input = self.source.read() File "/tmp/t/venv/lib/python3.6/site-packages/docutils/io.py", line 435, in read return self.decode(self.source) File "/tmp/t/venv/lib/python3.6/site-packages/docutils/io.py", line 99, in decode data_encoding = self.determine_encoding_from_data(data) File "/tmp/t/venv/lib/python3.6/site-packages/docutils/io.py", line 142, in determine_encoding_from_data if data.startswith(start_bytes):AttributeError: 'NoneType' object has no attribute 'startswith'
The text was updated successfully, but these errors were encountered:
Your Environment
Steps to Reproduce
If the issue is predictable and consistently reproducible, please list the steps here.
setup.py
reproduction
The text was updated successfully, but these errors were encountered: