Skip to content

Commit 21af1fb

Browse files
moved project one level higher
1 parent bb0dec3 commit 21af1fb

File tree

6 files changed

+1554
-20
lines changed

6 files changed

+1554
-20
lines changed

poetry.lock

Lines changed: 1527 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
[project]
2+
name = "simple-process-bigraph-runtime"
3+
version = "0.1.0"
4+
description = ""
5+
authors = [
6+
{name = "Logan Drescher",email = "[email protected]"}
7+
]
8+
license = {text = "MIT"}
9+
readme = "README.md"
10+
requires-python = ">=3.10, <4.0"
11+
dependencies = [
12+
"process-bigraph (>=0.0.35)"
13+
]
14+
15+
[tool.poetry]
16+
17+
[tool.poetry.group.dev.dependencies]
18+
pytest = "^7.2.0"
19+
pytest-cov = "^6.1.1"
20+
deptry = "^0.23.0"
21+
mypy = "^1.15.0"
22+
pre-commit = "^4.2.0"
23+
tox = "^4.25.0"
24+
25+
[build-system]
26+
requires = ["poetry-core>=2.0.0,<3.0.0"]
27+
build-backend = "poetry.core.masonry.api"

simple_process_bipgraph_runtime/README.md

Whitespace-only changes.

simple_process_bipgraph_runtime/pyproject.toml

Lines changed: 0 additions & 20 deletions
This file was deleted.

simple_process_bipgraph_runtime/src/simple_process_bipgraph_runtime/__init__.py renamed to src/simple_process_bigraph_runtime/__init__.py

File renamed without changes.

simple_process_bipgraph_runtime/tests/__init__.py renamed to tests/__init__.py

File renamed without changes.

0 commit comments

Comments
 (0)