Skip to content

Commit

Permalink
Merge pull request #74 from p-foresman/main
Browse files Browse the repository at this point in the history
Added experiments module to setup.py 'packages'
  • Loading branch information
eagmon authored Dec 11, 2024
2 parents 8799ac4 + d953e6b commit 96cb0cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ dist/
.DS_Store
.empty
build/
.venv/

process_bigraph.egg-info/
out/
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
packages=[
'process_bigraph',
'process_bigraph.processes',
'process_bigraph.experiments'
],
classifiers=[
"Development Status :: 3 - Alpha",
Expand Down

0 comments on commit 96cb0cd

Please sign in to comment.