Skip to content

Commit

Permalink
single source version + fixing sdist
Browse files Browse the repository at this point in the history
  • Loading branch information
westandskif committed Jul 14, 2024
1 parent 7b71524 commit d2fd8a2
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 1 deletion.
1 change: 1 addition & 0 deletions .ignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
tags
dist/
build/
pip-wheel-metadata/
src/convtools.egg-info/
tmp/
Expand Down
10 changes: 10 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,13 @@ test: test-py3.6 test-py3.7 test-py3.8 test-py3.9 test-py3.10 test-py3.11 test-p
# /opt/python/cp310-cp310/bin/pip install -e .
# /opt/python/cp310-cp310/bin/pip install --force-reinstall dist/convtools-1.11.0-cp310-abi3-linux_x86_64.whl
# /opt/python/cp310-cp310/bin/pytest
#
#
# /opt/python/cp310-cp310/bin/pip install pytest pytest-cov convtools
# /opt/python/cp310-cp310/bin/pytest
#
# /opt/python/cp313-cp313/bin/pip install pytest pytest-cov convtools
# /opt/python/cp313-cp313/bin/pytest
#
# /opt/python/cp36-cp36m/bin/pip install pytest pytest-cov convtools
# /opt/python/cp36-cp36m/bin/pytest
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ exclude = ["tests*"]

[project]
name = "convtools"
version = "1.12.0"
dynamic = ["version"]
description = "dynamic, declarative data transformations with automatic code generation"

readme = "README.md"
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[metadata]
name = convtools
version = attr: convtools.__version__

[options]
package_dir=
Expand Down

0 comments on commit d2fd8a2

Please sign in to comment.