hhatto / autopep8

A tool that automatically formats Python code to conform to the PEP 8 style guide.
https://pypi.org/project/autopep8/
MIT License
4.56k stars 288 forks source link

sdist is missing test/acid.py #697

Closed mtelka closed 6 months ago

mtelka commented 1 year ago

The sdist package at PyPI is missing the test/acid.py file. The file is needed to run tests (see tox.ini). Please add the missing test/acid.py file to sdist to make downstream testing easier. Thank you.