Skip to content

Commit

Permalink
Added experiments module to setup.py 'packages'
Browse files Browse the repository at this point in the history
  • Loading branch information
p-foresman committed Dec 6, 2024
1 parent ce08101 commit d953e6b
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 d953e6b

Please sign in to comment.