Skip to content

Commit f193274

Browse files
authored
Python: some minor cleaning up.
2 parents 0752109 + c4c9f18 commit f193274

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
setup(
2424
name="libopencor",
2525
version=f"{year}{month:02}{day:02}",
26-
description="libOpenCOR is the backend library to OpenCOR, an open source cross-platform modelling environment.",
26+
description="libOpenCOR is the backend library to OpenCOR, a cross-platform modelling environment, which can be used to organise, edit, simulate and analyse CellML files.",
2727
author="libOpenCOR contributors",
28-
url="https://opencor.ws/libopencor",
28+
url="https://opencor.ws/libopencor/",
2929
license="Apache 2.0",
3030
packages=["libopencor"],
3131
package_dir={"": "src/bindings/python"},

0 commit comments

Comments
 (0)