Skip to content

Commit

Permalink
maint: keep setup.py there to easily print version
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-murray committed May 9, 2023
1 parent 8c0a63d commit e4c5105
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/publish-to-pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
run: |
python -m pip install build
python -m pip install setuptools_scm setuptools>42
python setup.py --version
- name: Create setuptools_scm env variable
if: startsWith(github.ref, 'refs/tags/') != true
shell: bash
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ ignore =
per-file-ignores =
src/vis_cpu/cli.py: T201,T001
tests/*.py: T201,T001,E402
setup.py: D100
max-line-length = 88
max-complexity = 25
rst-roles =
Expand Down
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
from setuptools import setup

setup()

0 comments on commit e4c5105

Please sign in to comment.