templates/python/setup.py

8 lines
100 B
Python
Raw Normal View History

2023-02-07 13:46:57 -05:00
from setuptools import setup
setup(
name="soe",
version="1.0.0",
scripts=["bin/soe"]
)