From e7cf0a9d4eb90a2eeafe959ea4391af13c6f513e Mon Sep 17 00:00:00 2001 From: John Smith Date: Thu, 1 Sep 2022 18:00:27 -0700 Subject: [PATCH] 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`. --- src/exp2python/python/setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/exp2python/python/setup.cfg b/src/exp2python/python/setup.cfg index ef47b03e0..276a8bd30 100644 --- a/src/exp2python/python/setup.cfg +++ b/src/exp2python/python/setup.cfg @@ -1,8 +1,8 @@ [metadata] -name = SCL +name = stepcode-scl version = 0.6.1 author = Thomas Paviot , Christopher HORLER (cshorler@googlemail.com), Devon Sparks (devonsparks.com) -description = SCL is a Python3-based library for parsing and manipulating ISO 10303 Part 21 ("STEP") files. +description = stepcode-scl is a Python3-based library for parsing and manipulating ISO 10303 Part 21 ("STEP") files. long_description = file: README.md long_description_content_type = text/markdown