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

pyproject.toml, Hatch, and MIT license #64

Merged
merged 1 commit into from
Apr 25, 2023
Merged

pyproject.toml, Hatch, and MIT license #64

merged 1 commit into from
Apr 25, 2023

Conversation

aazuspan
Copy link
Owner

This PR would:

  1. Switch from setup.py to pyproject.toml, allowing for a cleaner project structure by combining a lot of tool configurations.
  2. Switch build system from setuptools to hatch, removing developer dependencies on bumpversion and twine and moving all scripts from the makefile into pyproject.toml with isolated environments.
  3. Switch to MIT license.

@codecov-commenter
Copy link

Codecov Report

Merging #64 (5a270ca) into main (6dc253d) will increase coverage by 3.77%.
The diff coverage is n/a.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@            Coverage Diff             @@
##             main      #64      +/-   ##
==========================================
+ Coverage   93.75%   97.52%   +3.77%     
==========================================
  Files          12       20       +8     
  Lines         512     1050     +538     
  Branches       53        0      -53     
==========================================
+ Hits          480     1024     +544     
- Misses         23       26       +3     
+ Partials        9        0       -9     

see 10 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@aazuspan aazuspan merged commit 21b2ae8 into main Apr 25, 2023
6 checks passed
@aazuspan aazuspan deleted the pyproject branch April 25, 2023 02:13
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.

None yet

2 participants