Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.

Handling setuptools error #1231

Merged
merged 1 commit into from
Mar 2, 2020
Merged

Handling setuptools error #1231

merged 1 commit into from
Mar 2, 2020

Conversation

fao89
Copy link
Member

@fao89 fao89 commented Feb 28, 2020

Reference: pypa/setuptools#1694 (comment)
[noissue]

@fao89 fao89 marked this pull request as ready for review March 2, 2020 12:59
pyproject.toml Outdated
[build-system]
requires = [
"setuptools >= 40.8.0",
"setuptools_scm >= 2.0.0, <4",
Copy link
Member

Choose a reason for hiding this comment

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

Why do we need setuptools_scm here? this project takes its version from https://github.com/pulp/pulp-smash/blob/master/VERSION instead of from scm tags.

Copy link
Member Author

Choose a reason for hiding this comment

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

actually I just copied the example solution from the comment: https://github.com/tox-dev/tox/blob/master/pyproject.toml#L1
I'll remove that

@rochacbruno rochacbruno merged commit 06051e2 into pulp:master Mar 2, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants