We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b61375 commit 091370dCopy full SHA for 091370d
pyproject.toml
@@ -3,7 +3,7 @@ requires = ["setuptools>=61.0"]
3
build-backend = "setuptools.build_meta"
4
5
[project]
6
-name = "gcode-metadata"
+name = "py-gcode-metadata"
7
version = "0.1.0"
8
description = "Python library for extraction of metadata from g-code files"
9
readme = {file = "README.md", content-type="text/markdown"}
setup.py
@@ -9,7 +9,7 @@ def doc():
10
11
setup(
12
- name='gcode-metadata',
+ name='py-gcode-metadata',
13
version='0.1.0',
14
packages=['gcode_metadata'],
15
url='https://github.com/prusa3d/gcode-metadata',
0 commit comments