Skip to content

Commit

Permalink
get version from setuptools_scm
Browse files Browse the repository at this point in the history
  • Loading branch information
mmarchetti committed Oct 19, 2023
1 parent ea906b9 commit 141fd8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION := $(shell rsconnect version)
VERSION := $(shell python -c 'from setuptools_scm import get_version; print(get_version())')
HOSTNAME := $(shell hostname)
S3_PREFIX := s3://rstudio-connect-downloads/connect/rsconnect-python

Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ mypy
pytest
pytest-cov
pytest-mypy
setuptools_scm[toml]
twine
types-six
types-click
Expand Down

0 comments on commit 141fd8b

Please sign in to comment.