clinic/setup.py

10 lines
160 B
Python
Raw Normal View History

2015-04-22 13:26:22 +00:00
#!/usr/bin/env python3
2015-01-26 09:15:02 +00:00
2014-08-19 11:36:46 +00:00
from netforce.setup import setup
setup(
2014-09-22 10:51:03 +00:00
name="netforce_clinic",
2015-01-09 08:17:17 +00:00
version="2.11.0",
description="Ratchawat Clinic Module",
2014-08-19 11:36:46 +00:00
)