7e4ef6f98b
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
9 lines
169 B
Python
9 lines
169 B
Python
from setuptools import find_packages, setup
|
|
|
|
setup(
|
|
name="dyn-hamr",
|
|
packages=find_packages(
|
|
where="dyn-hamr",
|
|
),
|
|
package_dir={"": "dyn-hamr"},
|
|
) |