jaraco / pytest-checkdocs

MIT License
6 stars 5 forks source link

What about projects without setup.py? #8

Closed jaraco closed 3 years ago

jaraco commented 3 years ago

This project supports checking the description on any PEP 517 project, but only if a setup.py is present. Instead, this project should create a target that's not based on a file or that honors other files like pyproject.toml and setup.cfg.