Skip to content

Commit 8e9a689

Browse files
devonsparkscshorler
authored andcommitted
Changed Python SCL setup.cfg name to "stepcode-scl" so the package can be deployed to pypi.
The current package name, SCL, is too similar to existing pypi package names that the repository will not allow it to be committed. This change does not affect internal package name, which remains "SCL", just the name used to fetch the package from the pypi repository. After this change is committed and posted to pypi, users will be able to fetch the package with `pip install stepcode-scl`.
1 parent 4bab269 commit 8e9a689

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/exp2python/python/setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[metadata]
2-
name = SCL
2+
name = stepcode-scl
33
version = 0.6.1
44
author = Thomas Paviot <tpaviot@gmail.com>, Christopher HORLER (cshorler@googlemail.com), Devon Sparks (devonsparks.com)
5-
description = SCL is a Python3-based library for parsing and manipulating ISO 10303 Part 21 ("STEP") files.
5+
description = stepcode-scl is a Python3-based library for parsing and manipulating ISO 10303 Part 21 ("STEP") files.
66
long_description = file: README.md
77
long_description_content_type = text/markdown
88

0 commit comments

Comments
 (0)