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

Migrate to pyproject PEP-621 #96 #102

Merged
merged 8 commits into from
Jan 11, 2024
Merged

Migrate to pyproject PEP-621 #96 #102

merged 8 commits into from
Jan 11, 2024

Conversation

tuna-f1sh
Copy link
Collaborator

@tuna-f1sh tuna-f1sh commented Jan 9, 2024

  • Move away from setup.py, requirements.txt etc.
  • Also brings support for Python 3.12; utcnow depreciation.
  • Remove Pipfile since it's a module and the dependencies are in pyproject.toml.
  • Format with black.

Closes #96

.github/workflows/build.yml Outdated Show resolved Hide resolved
@tuna-f1sh tuna-f1sh merged commit 4d4ff27 into master Jan 11, 2024
8 checks passed
@tuna-f1sh tuna-f1sh deleted the pyproject branch January 11, 2024 12:24
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.

Migrate setup.py to pyproject.toml with setuptools backend
2 participants