diff --git a/src/__init__.py b/src/__init__.py index e69de29..f3435d1 100644 --- a/src/__init__.py +++ b/src/__init__.py @@ -0,0 +1 @@ +from PAModelpy import * \ No newline at end of file diff --git a/src/pyproject.toml b/src/pyproject.toml index 60269c9..b729ff3 100644 --- a/src/pyproject.toml +++ b/src/pyproject.toml @@ -4,9 +4,12 @@ requires = [ ] build-backend = "setuptools.build_meta" +[tool.setuptools.packages] +find = {} # Scan the project directory with the default parameters + [project] name = 'PAModelpy' -version = '0.0.3.10' +version = '0.0.3.11' authors = [{name='Samira van den Bogaard', email = 'samira.vandenbogaard@rwth-aachen.de'}] description = 'Python framework for building and analysing protein allocation models' readme = 'README.md'