1
0
mirror of https://github.com/Tygs/0bin.git synced 2023-08-10 21:13:00 +03:00
0bin/setup.py

9 lines
64 B
Python
Raw Normal View History

2012-05-16 11:15:14 +04:00
#!/usr/bin/env python
2020-08-15 14:24:46 +03:00
from setuptools import setup
2012-05-16 11:15:14 +04:00
2020-08-12 18:30:39 +03:00
2020-08-15 14:24:46 +03:00
setup()
2012-05-16 11:15:14 +04:00