clinic/setup.py

10 lines
159 B
Python
Raw Normal View History

2015-01-26 09:15:02 +00:00
#!/usr/bin/env python
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
)