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

Remove setup.py #757

Merged
merged 7 commits into from
May 29, 2021
Merged

Remove setup.py #757

merged 7 commits into from
May 29, 2021

Conversation

bhrutledge
Copy link
Contributor

@bhrutledge bhrutledge requested a review from jaraco May 26, 2021 01:30
setup.cfg Show resolved Hide resolved
tox.ini Show resolved Hide resolved
tox.ini Show resolved Hide resolved
tox.ini Outdated
@@ -100,7 +96,8 @@ setenv =
TWINE_USERNAME = {env:TWINE_USERNAME:__token__}
commands =
python -c "import path; path.Path('dist').rmtree_p()"
python -m pep517.build .
python -m build
python -m twine check --strict dist/*
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI, In jaraco/skeleton, the fidelity of the readme is checked prior to release (as part of the test suite run) using pytest-checkdocs.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And if it's broken by a PR sent by someone it needs to be fixed in a new PR. Which can't be done prior to a release. So we're wasting release manager cycles by pushing this until then and not checking it in a PR

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I interpreted "prior to release" as "immediately prior to release", but I see now that @jaraco said "as part of the test suite run", i.e. via a typical tox run in CI.

pytest-checkdocs seems handy, but I think it's more important to dogfood twine check. Done in 802472a.

setup.cfg Show resolved Hide resolved
tox.ini Outdated Show resolved Hide resolved
Copy link
Member

@jaraco jaraco left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

bhrutledge and others added 2 commits May 29, 2021 15:05
Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
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

3 participants