Skip to content

Commit

Permalink
Move project name to a variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Aug 16, 2022
1 parent f2d646f commit 4a5ee9a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
PACKAGE := src/startfile
PROJECT := universal-startfile
PACKAGE := startfile
MODULES := $(wildcard $(PACKAGE)/*.py)

# MAIN TASKS ##################################################################
Expand Down Expand Up @@ -174,7 +175,7 @@ $(PACKAGE).spec:
upload: dist ## Upload the current version to PyPI
git diff --name-only --exit-code
poetry publish
bin/open https://pypi.org/project/universal-startfile
bin/open https://pypi.org/project/$(PROJECT)

# CLEANUP #####################################################################

Expand Down

0 comments on commit 4a5ee9a

Please sign in to comment.