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

feat: migrate to pyproject.toml and hatch #54

Open
wants to merge 1 commit into
base: release
Choose a base branch
from

Conversation

mlabeeb03
Copy link

@mlabeeb03 mlabeeb03 commented Jan 27, 2025

@mlabeeb03 mlabeeb03 self-assigned this Jan 27, 2025
@@ -18,10 +18,8 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Upgrade pip
run: python -m pip install --upgrade pip setuptools
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't we need pip upgrade in place? setuptools removal is understandable.

.hatch_build.py Outdated Show resolved Hide resolved
pyproject.toml Outdated Show resolved Hide resolved
[tool.hatch.build.targets.sdist]
# Disable strict naming, otherwise twine is not able to detect name/version
strict-naming = false
exclude = ["tests*"]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how different is the egg info generated by this?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hatch does not make an egg, it is replaced by dist-info.
I've compared their data and almost all the egg data is available in dist-info.

pyproject.toml Outdated Show resolved Hide resolved
@mlabeeb03 mlabeeb03 force-pushed the labeeb/tutor-credentials/pyproject.toml branch 2 times, most recently from dd9cbc2 to 8332309 Compare January 29, 2025 07:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In review
Development

Successfully merging this pull request may close these issues.

2 participants