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

Switch from setuptools to a modern pyproject config #158

Merged
merged 1 commit into from
Jul 17, 2024
Merged

Conversation

mikix
Copy link
Contributor

@mikix mikix commented Jul 17, 2024

No description provided.

.bumpversion.cfg Outdated
Copy link
Contributor Author

Choose a reason for hiding this comment

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

It didn't feel necessary to have a whole separate tool for this? Especially since it didn't even update non-python places we need to bump like Doxyfile (which may not live long, but still).

SMART FHIR Client
=================
# SMART FHIR Client
Copy link
Contributor Author

Choose a reason for hiding this comment

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

We had a mix of underline and ## headers - consolidating on hashes, which are more obvious about what level you're at.

Comment on lines -214 to +206
python setup.py sdist
python setup.py bdist_wheel
python3 -m build
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I tested the resulting sdist & and bdist from the new approach vs the old tarballs - new ones are still good.

@mikix mikix merged commit 64fe3f6 into main Jul 17, 2024
5 checks passed
@mikix mikix deleted the mikix/pyproject branch July 17, 2024 14:24
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