Mercurial > code > home > repos > homeauto
comparison lib/homeauto_anynode/setup.py @ 619:008f7915041f
release 0.8.0
Ignore-this: 262073caf6f2e17af96e2d4e1d088139
author | drewp@bigasterisk.com |
---|---|
date | Sun, 04 Aug 2019 13:03:18 -0700 |
parents | 7bacead2ef4b |
children | c420c96972c1 |
comparison
equal
deleted
inserted
replaced
618:ab762d49cd38 | 619:008f7915041f |
---|---|
1 from setuptools import setup | 1 from setuptools import setup |
2 | 2 |
3 setup( | 3 setup( |
4 name='homeauto_anynode', | 4 name='homeauto_anynode', |
5 version='0.7.0', | 5 version='0.8.0', |
6 packages=['homeauto_anynode'], | 6 packages=['homeauto_anynode'], |
7 package_dir={'homeauto_anynode': ''}, | 7 package_dir={'homeauto_anynode': ''}, |
8 include_package_data=True, | 8 include_package_data=True, |
9 url='https://projects.bigasterisk.com/homeauto-anynode/homeauto_anynode-0.7.0.tar.gz', | 9 url='https://projects.bigasterisk.com/homeauto-anynode/homeauto_anynode-0.8.0.tar.gz', |
10 author='Drew Perttula', | 10 author='Drew Perttula', |
11 author_email='drewp@bigasterisk.com', | 11 author_email='drewp@bigasterisk.com', |
12 ) | 12 ) |