Mercurial > code > home > repos > homeauto
view lib/homeauto_anynode/setup.py @ 550:5b98e0da8e33
include_package_data=True to try to get html files installed
Ignore-this: 1c6c6a951ebd17cf463516dc79e374d0
author | drewp@bigasterisk.com |
---|---|
date | Thu, 25 Apr 2019 23:36:10 -0700 |
parents | fa893c9ac981 |
children | 1faebc897c77 |
line wrap: on
line source
from setuptools import setup setup( name='homeauto_anynode', version='0.4.0', packages=['homeauto_anynode'], package_dir={'homeauto_anynode': ''}, include_package_data=True, url='https://projects.bigasterisk.com/homeauto-anynode/homeauto_anynode-0.4.0.tar.gz', author='Drew Perttula', author_email='drewp@bigasterisk.com', )