File size: 183 Bytes
a65138c
 
 
 
1
2
3
4
5
from setuptools import setup
setup(name='pyhwp.dev.constants',
      py_modules=['pyhwp_dev_constants'],
      entry_points={'zc.buildout': ['default = pyhwp_dev_constants:Recipe']})