mirror of
https://github.com/droidrun/droidrun.git
synced 2026-05-23 07:40:37 +00:00
9 lines
129 B
Python
9 lines
129 B
Python
"""
|
|
Setup file for backward compatibility.
|
|
Configuration is handled by pyproject.toml
|
|
"""
|
|
|
|
from setuptools import setup
|
|
|
|
setup()
|