mirror of
https://git.linux-kernel.at/oliver/ivatar.git
synced 2025-11-11 18:56:23 +00:00
6 lines
84 B
Python
6 lines
84 B
Python
from setuptools import setup, find_packages
|
|
|
|
setup(
|
|
packages=find_packages(),
|
|
)
|