Files
droidrun/setup.py
johnmalek312 8e6bed84de linter errors
2025-10-09 07:08:45 +11:00

9 lines
129 B
Python

"""
Setup file for backward compatibility.
Configuration is handled by pyproject.toml
"""
from setuptools import setup
setup()