Skip to content

Commit

Permalink
changed software build protocol for multiple folders
Browse files Browse the repository at this point in the history
  • Loading branch information
SamiralVdB committed Jul 23, 2024
1 parent 8e77e51 commit 583ec05
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from PAModelpy import *
5 changes: 4 additions & 1 deletion src/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 583ec05

Please sign in to comment.