clinic/setup.py

9 lines
158 B
Python
Raw Normal View History

2014-08-19 11:36:46 +00:00
#!/usr/bin/env python3
from netforce.setup import setup
setup(
2014-09-22 10:51:03 +00:00
name="netforce_clinic",
2014-08-19 11:36:46 +00:00
version="0.1.0",
description="Ratchawat Clinic module",
)