1
0
mirror of synced 2024-11-27 22:40:49 +01:00
tja2fumen/setup.py
Viv 58cafeb4f0 Make project pip-installable
Only local dev installs for now. PyPI will come later.
2023-06-04 12:51:07 -04:00

6 lines
91 B
Python

#!/usr/bin/env python
from setuptools import setup
if __name__ == "__main__":
setup()