comparison lib/homeauto_anynode/setup.py @ 615:8a39ec6adc20

release 0.6.0 Ignore-this: 67cc769e6ea3e1f1bac0a4d769d5a6d6
author drewp@bigasterisk.com
date Sat, 03 Aug 2019 17:03:08 -0700
parents 1faebc897c77
children 7bacead2ef4b
comparison
equal deleted inserted replaced
614:94bf6bbdbb04 615:8a39ec6adc20
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.5.0', 5 version='0.6.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.5.0.tar.gz', 9 url='https://projects.bigasterisk.com/homeauto-anynode/homeauto_anynode-0.6.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 )