Skip to content

Commit

Permalink
Issue #508: Minor changes based on PR feedback for versioning via ver…
Browse files Browse the repository at this point in the history
…sioneer.
  • Loading branch information
glitch committed Jun 28, 2021
1 parent 885919e commit 2f5a2a7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ endef
$(eval $(call create_help_target,arkouda-help,ARKOUDA_HELP_TEXT))

# Set the arkouda server version from the VERSION file
VERSION=$(shell python -m arkouda|tail -n 1)
VERSION=$(shell python -c "import versioneer; print(versioneer.get_versions()[\"version\"])")
# Test for existence of VERSION file
# ifneq ("$(wildcard $(VERSIONFILE))","")
# VERSION=$(shell cat ${VERSIONFILE})
Expand Down
2 changes: 0 additions & 2 deletions arkouda/__main__.py

This file was deleted.

0 comments on commit 2f5a2a7

Please sign in to comment.