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

Transition to pyproject.toml #43

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

JCGoran
Copy link

@JCGoran JCGoran commented Aug 27, 2024

Hi there! This is an interesting tool for my purposes, and I just wanted to contribute back a bit. Basically this PR makes the package conform to PEP 621, the modern Python packaging standard, i.e. instead of using setup.py, setup.cfg, requirements.txt etc. all of the packaging-related info is now located in pyproject.toml.

- move script to `src/sortgs`
- add `__init__.py`
- remove requirements.txt and setup.py
@WittmannF
Copy link
Owner

Thanks for this wonderful contrib! I'm happy to learn and incorporate better practices in Python. The current test scripts are failing due to the following:
image

Can you update this PR by updating test.yml so that it can run? I believe that removing pip install -r requirements.txt is enough

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.

2 participants