Skip to content

Migrate the metadata from setup.py into PEP 621-compliant pyproject.toml - #52

Open
KOLANICH wants to merge 2 commits into
seatgeek:masterfrom
KOLANICH-libs:pyproject.toml
Open

Migrate the metadata from setup.py into PEP 621-compliant pyproject.toml#52
KOLANICH wants to merge 2 commits into
seatgeek:masterfrom
KOLANICH-libs:pyproject.toml

Conversation

@KOLANICH

Copy link
Copy Markdown

No description provided.

Comment thread release
else
echo -e "${YELLOW}--->${COLOR_OFF} Creating local python dist and wheel for manual release"
python setup.py sdist bdist_wheel > /dev/null
python -m build > dev.null

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

What's the thinking with this writing to dev.null instead of /dev/null?

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Seems like mostly like a typo to me. Is that the case, @KOLANICH?

@maxbachmann

Copy link
Copy Markdown
Contributor

This would require updates for the minimum Python version + license, since they changed since the PR was created

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.

4 participants