comparison lib/homeauto_anynode/setup.py @ 1352:0688330fda7d

release 0.4.0 Ignore-this: c1b1337626e03b603e50b5c2c2b9c397 darcs-hash:0c6d46b941573a35fa459b5cf8ff2dc7db12f8e9
author drewp <drewp@bigasterisk.com>
date Thu, 25 Apr 2019 23:33:35 -0700
parents 457bd56e750e
children 5b98e0da8e33
comparison
equal deleted inserted replaced
1351:457bd56e750e 1352:0688330fda7d
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.3.0', 5 version='0.4.0',
6 packages=['homeauto_anynode'], 6 packages=['homeauto_anynode'],
7 package_dir={'homeauto_anynode': ''}, 7 package_dir={'homeauto_anynode': ''},
8 url='https://projects.bigasterisk.com/homeauto-anynode/homeauto_anynode-0.3.0.tar.gz', 8 url='https://projects.bigasterisk.com/homeauto-anynode/homeauto_anynode-0.4.0.tar.gz',
9 author='Drew Perttula', 9 author='Drew Perttula',
10 author_email='drewp@bigasterisk.com', 10 author_email='drewp@bigasterisk.com',
11 ) 11 )