-
Notifications
You must be signed in to change notification settings - Fork 0
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
update pyproject.toml packaging #5
Comments
Switch the code that obtains the current version identifier: Lines 9 to 11 in dd3569a
to get it from the most recent git tag (plus any edits or commits after that tag). Examples: This change will be used by changes to pyproject.tom, following this example: https://github.com/BCDA-APS/gemviz/blob/23429156276dcbaf289aac527de9fbf8cfe8f285/pyproject.toml#L20 |
With a switch from setuptools, we can drop this section: Lines 28 to 29 in dd3569a
|
We may need to expand the |
Can I try that? |
Sure. |
Will change this code after we create the first git tag in the repository.
Originally posted by @prjemian in #3 (comment)
Most content after this point should be moved to
pyproject.toml
(which will be used as the one place to define most of the project's metadata):queueUI/qsui/__init__.py
Lines 7 to 11 in dd3569a
Any work on this issue should wait until the rename PR is merged:
The text was updated successfully, but these errors were encountered: