Skip to content

Commit

Permalink
Shortened imports
Browse files Browse the repository at this point in the history
  • Loading branch information
deeplook committed Aug 14, 2020
1 parent 829ee82 commit d4c95a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ test:
coverage html

draft_changelog:
proclamation draft $(shell python -c "from xyzspaces import __version__; print(__version__)")
proclamation draft $(shell python -c "import xyzspaces; print(xyzspaces.__version__)")

build_changelog:
proclamation build -o -r $(shell python -c "from xyzspaces import __version__; print(__version__)")
proclamation build -o -r $(shell python -c "import xyzspaces; print(xyzspaces.__version__)")

0 comments on commit d4c95a7

Please sign in to comment.