setup.py (
6
lines of code) (
raw
):
from setuptools import setup, find_packages setup( name="bench_cluster", version='0.1.0', packages=find_packages(), # Automatically find packages in the current directory )