Skip to content

Commit 0abe384

Browse files
committed
Name change to kineticstoolkit-extensions (hyphen instead of underscore) following code review on conda
1 parent 9bb4f5f commit 0abe384

File tree

7 files changed

+4
-7
lines changed

7 files changed

+4
-7
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# kineticstoolkit_extensions
1+
# kineticstoolkit-extensions
2+
23
Additional modules and development of new features for Kinetics Toolkit
34

45
This repository will replace the different repositories used for the current extension system. It will also be distributed via pip and conda, like kineticstoolkit.
File renamed without changes.
File renamed without changes.
File renamed without changes.

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
with open("README.md", "r") as fh:
44
long_description = fh.read()
55

6-
with open("kineticstoolkit_extensions/VERSION", "r") as fh:
6+
with open("kineticstoolkit-extensions/VERSION", "r") as fh:
77
version = fh.read()
88

99

1010
setuptools.setup(
11-
name="kineticstoolkit_extensions",
11+
name="kineticstoolkit-extensions",
1212
version=version,
1313
description="Extensions and unstable development modules for Kinetics Toolkit.",
1414
long_description=long_description,

tests/test_n3d.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@
1515
# See the License for the specific language governing permissions and
1616
# limitations under the License.
1717

18-
19-
"""Unit tests, to be run using pytest."""
20-
21-
2218
__author__ = "Félix Chénier"
2319
__copyright__ = "Copyright (C) 2020-2025 Félix Chénier"
2420
__email__ = "[email protected]"

0 commit comments

Comments
 (0)