Skip to content

Conversation

@loriab
Copy link

@loriab loriab commented Dec 6, 2025

Description

setup.py is discouraged, so here's a pyproject.toml in reserve. It at least allows me to pip install -e . into a conda env.

Not handled:

  • long description
  • MANIFEST.in

This is removing versioneer and letting a more official/blessed project compute the version. You'll want to make annotated tags to mint new versions. tagging below; it's a separate GH website process to make a "release" from the tag. For now the tag is computed as 0.1.dev601 since there's no tags. That's fine for medium-term.

git tag -a v1.2.0 -m "v1.2.0"
git push --atomic origin master v1.2.0
(py313) psilocaluser@bash:psinet:/psi/gits/pycc: (pyprojtoml) conda list pycc
# packages in environment at /psi/toolchainconda/envs/py313:
#
# Name                    Version                   Build  Channel
pycc                      0.1.dev601+g9258f5c37.d20251206          pypi_0    pypi

Status

  • Ready to go

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.

1 participant