Skip to content

Commit 4343976

Browse files
authored
Merge pull request #56 from alan-turing-institute/45-publish-in-pypi
45 publish in pypi
2 parents 892f1d3 + b638248 commit 4343976

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+37
-28
lines changed

.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -166,3 +166,9 @@ cython_debug/
166166
/playground_files
167167

168168
*.pyc
169+
170+
# Ignore the PyPI configuration file
171+
.pypirc
172+
173+
# Ignore vscode settings
174+
.vscode/

.vscode/launch.json

-16
This file was deleted.

README.md

+24-3
Binary file not shown.

pyproject.toml

+7-9
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
[build-system]
2-
requires = ["setuptools>=42", "wheel"]
2+
requires = ["setuptools >= 77.0.3", "wheel"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "ModularCirc"
7-
version = "0.1.1"
8-
description = "A python package for creating and running 0D models of the cardiovascular system"
9-
readme = "README.md"
10-
requires-python = ">=3.10"
11-
license = {text = "MIT" }
7+
version = "0.1.2"
128
authors = [
139
{name = "Maximilian Balmus", email = "[email protected]"}
1410
]
11+
description = "A python package for creating and running 0D models of the cardiovascular system"
12+
readme = "README.md"
13+
requires-python = ">=3.10"
14+
license = "MIT"
15+
license-files = ["LICEN[CS]E*"]
1516

1617
dependencies = [
1718
"matplotlib",
@@ -31,6 +32,3 @@ notebooks = ["ipykernel"]
3132
"Homepage" = "https://github.com/alan-turing-institute/ModularCirc"
3233
"Source Code" = "https://github.com/alan-turing-institute/ModularCirc"
3334
"Bug Tracker" = "https://github.com/alan-turing-institute/ModularCirc/issues"
34-
35-
[tool.setuptools]
36-
packages = ["ModularCirc"]
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)