mcpssh/setup.py

8 lines
118 B
Python

"""Setup script for mcpssh."""
from setuptools import setup
setup(
name="mcpssh",
package_dir={"": "src"},
)