Mercurial > code > home > repos > homeauto
comparison lib/homeauto_anynode/setup.py @ 617:7bacead2ef4b
release 0.7.0
Ignore-this: da64b66a5123da5a08b7afa9816221ab
author | drewp@bigasterisk.com |
---|---|
date | Sun, 04 Aug 2019 12:57:25 -0700 |
parents | 8a39ec6adc20 |
children | 008f7915041f |
comparison
equal
deleted
inserted
replaced
616:ef9b9c48463d | 617:7bacead2ef4b |
---|---|
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.6.0', | 5 version='0.7.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.6.0.tar.gz', | 9 url='https://projects.bigasterisk.com/homeauto-anynode/homeauto_anynode-0.7.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 ) |