Skip to content

Commit

Permalink
rename project to py-gcode-metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
ondratu committed Oct 9, 2023
1 parent 2b61375 commit 091370d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"

[project]
name = "gcode-metadata"
name = "py-gcode-metadata"
version = "0.1.0"
description = "Python library for extraction of metadata from g-code files"
readme = {file = "README.md", content-type="text/markdown"}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def doc():


setup(
name='gcode-metadata',
name='py-gcode-metadata',
version='0.1.0',
packages=['gcode_metadata'],
url='https://github.com/prusa3d/gcode-metadata',
Expand Down

0 comments on commit 091370d

Please sign in to comment.