Mercurial > code > home > repos > homeauto
view lib/homeauto_anynode/setup.py @ 1344:4d3b31903c04
switch to setuptools and 'install_requires'
Ignore-this: ffb0aa596145b0ab6ce9983b399ef58b
darcs-hash:50e2ae0c03d3d1dfaadd112aa5d23171d6b69f7a
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Thu, 25 Apr 2019 22:59:43 -0700 |
parents | 08dc3baa7d14 |
children | 78fd90cffe5a |
line wrap: on
line source
from setuptools import setup setup( name='homeauto_anynode', version='0.2.0', packages=['homeauto_anynode'], package_dir={'homeauto_anynode': ''}, url='https://projects.bigasterisk.com/homeauto_anynode/homeauto_anynode-0.2.0.tar.gz', author='Drew Perttula', author_email='drewp@bigasterisk.com', )