Compare commits

...

2 Commits

Author SHA1 Message Date
a7cc19c1f9 reorganize to flat package structure 2026-05-13 15:43:42 -05:00
ffb9f743c8 reorganize particle_cloud -> particlecloud 2026-05-13 15:39:45 -05:00
4 changed files with 4 additions and 1 deletions

3
.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
*.DS_Store
*.pyc
*.egg-info/

View File

@@ -10,4 +10,4 @@ requires-python = ">=3.10"
dependencies = []
[tool.setuptools.packages.find]
where = ["src"]
where = ["."]