Skip to content

Commit 091370d

Browse files
committed
rename project to py-gcode-metadata
1 parent 2b61375 commit 091370d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["setuptools>=61.0"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
6-
name = "gcode-metadata"
6+
name = "py-gcode-metadata"
77
version = "0.1.0"
88
description = "Python library for extraction of metadata from g-code files"
99
readme = {file = "README.md", content-type="text/markdown"}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def doc():
99

1010

1111
setup(
12-
name='gcode-metadata',
12+
name='py-gcode-metadata',
1313
version='0.1.0',
1414
packages=['gcode_metadata'],
1515
url='https://github.com/prusa3d/gcode-metadata',

0 commit comments

Comments
 (0)