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

Swap to pyproject.toml & hatchling #105

Merged
merged 1 commit into from
Nov 24, 2024
Merged

Conversation

jarekwg
Copy link
Member

@jarekwg jarekwg commented Nov 24, 2024

Closes #89
Hopefully also closes #52

Details:

  • Packaging is now through pyproject.toml & hatchling
  • Source now sits under src/ folder
  • Minimum supported python version is 3.8, enforced through minimum supported dependency versions. Tests test up to 3.13.
  • VERSION and __version__ are no longer exposed via myob.VERSION / myob.__version__.
  • Tests no longer run through setuptools!

@jarekwg jarekwg force-pushed the build/pyproject-upgrade branch 2 times, most recently from ce0c0e7 to 1caacf0 Compare November 24, 2024 07:20
@jarekwg jarekwg force-pushed the build/pyproject-upgrade branch from 1caacf0 to 097bc7d Compare November 24, 2024 07:26
@jarekwg jarekwg merged commit dd775db into master Nov 24, 2024
8 checks passed
@jarekwg jarekwg deleted the build/pyproject-upgrade branch November 24, 2024 07:31
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.

Swap build config to pyproject.toml Unable to install master
1 participant