comparison lib/homeauto_anynode/setup.py @ 661:c420c96972c1

release 0.9.0 Ignore-this: cd9ac6c22e35bce9d647edd85ab75acd
author drewp@bigasterisk.com
date Sun, 24 Nov 2019 00:02:42 -0800
parents 008f7915041f
children
comparison
equal deleted inserted replaced
660:e3af8cc7235d 661:c420c96972c1
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.8.0', 5 version='0.9.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.8.0.tar.gz', 9 url='https://projects.bigasterisk.com/homeauto-anynode/homeauto_anynode-0.9.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 )