Skip to content

Commit

Permalink
Rename package to micropython-ccrighton-phew
Browse files Browse the repository at this point in the history
  • Loading branch information
ccrighton committed Oct 3, 2023
1 parent 7bac7a6 commit 411d215
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ help: ## Display this help
fgrep -h "##" $(MAKEFILE_LIST) | fgrep -v fgrep | sed -e 's/\:.*##/:/' | sed -e 's/##//'

dist: ## Package phew python distribution
rm -rf dist
python -m build

publish-testpypi: ## Publish distribution file to TestPyPI
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def make_release_tree(self, base_dir, files):


setup(
name="ccrighton-phew",
name="micropython-ccrighton-phew",
version="0.0.4",
description="A small webserver and templating library specifically designed for MicroPython on the Pico W.",
long_description=open("README.md").read(),
Expand Down

0 comments on commit 411d215

Please sign in to comment.