mirror of
https://github.com/hackspace-marburg/flaggenschnapp.git
synced 2025-12-24 17:31:02 +01:00
4 lines
96 B
Python
4 lines
96 B
Python
from setuptools import setup, find_packages
|
|
|
|
setup(name="riddle-api", packages=find_packages())
|