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

211 missing pyprojecttoml #273

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Open

211 missing pyprojecttoml #273

wants to merge 10 commits into from

Conversation

ymahlich
Copy link
Collaborator

@ymahlich ymahlich commented Dec 18, 2024

This is a draft PR for an updated distribution / pypi build process.

This PR achieves:

  • move from setup.py to pyproject.toml & hatch as build backend
  • dynamic versioning of the sdist / wheel distro via git-tags
  • use of dataset.yml to store and retrieve information internally for list_datasets(), download() and version() function

@ymahlich ymahlich linked an issue Dec 18, 2024 that may be closed by this pull request
@ymahlich ymahlich marked this pull request as ready for review January 2, 2025 22:19
@ymahlich ymahlich requested a review from sgosline January 2, 2025 22:19
@ymahlich
Copy link
Collaborator Author

ymahlich commented Jan 2, 2025

PR should be ready for merge. Test build and upload to https://test.pypi.org/project/coderdata/ was successful and install via pip install -i https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple coderdata==0.1.44 installed correctly including dependecies into a fresh python 3.9 environment.

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.

missing pyproject.toml
1 participant