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

Replace setup.py with pyproject metadata #134

Merged
merged 1 commit into from
Jun 6, 2024
Merged

Replace setup.py with pyproject metadata #134

merged 1 commit into from
Jun 6, 2024

Conversation

shrik450
Copy link
Collaborator

@shrik450 shrik450 commented Jun 4, 2024

Closes #112.

I haven't tested that this will have the exact same output on PyPI when pushed, but from my local testing I'm fairly confident there shouldn't be any differences.

One advantage now is you can:

pip install -e ".[test]"

and that should install everything you need to develop!

@shrik450 shrik450 requested a review from a team as a code owner June 4, 2024 20:22
@shrik450 shrik450 requested a review from kdumontnu June 4, 2024 21:28
Copy link
Contributor

@kdumontnu kdumontnu left a comment

Choose a reason for hiding this comment

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

😎

@shrik450 shrik450 merged commit 6211b5c into main Jun 6, 2024
4 checks passed
@shrik450 shrik450 deleted the su/pyproject branch June 6, 2024 14:23
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.

Remove setup.py
3 participants