mirror of
https://github.com/kristoferssolo/FOSSDB.git
synced 2025-10-21 17:50:35 +00:00
5 lines
69 B
Python
5 lines
69 B
Python
from setuptools import setup
|
|
|
|
if __name__ == "__main__":
|
|
setup()
|