annotate lib/homeauto_anynode/setup.py @ 549:fa893c9ac981

release 0.4.0 Ignore-this: c1b1337626e03b603e50b5c2c2b9c397
author drewp@bigasterisk.com
date Thu, 25 Apr 2019 23:33:35 -0700
parents 4e12db1f93d4
children 5b98e0da8e33
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
541
3b4915ab7b74 switch to setuptools and 'install_requires'
drewp@bigasterisk.com
parents: 538
diff changeset
1 from setuptools import setup
535
bb43ad96da8c start homeauto_anynode for files shared between arduino and pi
drewp@bigasterisk.com
parents:
diff changeset
2
bb43ad96da8c start homeauto_anynode for files shared between arduino and pi
drewp@bigasterisk.com
parents:
diff changeset
3 setup(
bb43ad96da8c start homeauto_anynode for files shared between arduino and pi
drewp@bigasterisk.com
parents:
diff changeset
4 name='homeauto_anynode',
549
fa893c9ac981 release 0.4.0
drewp@bigasterisk.com
parents: 548
diff changeset
5 version='0.4.0',
535
bb43ad96da8c start homeauto_anynode for files shared between arduino and pi
drewp@bigasterisk.com
parents:
diff changeset
6 packages=['homeauto_anynode'],
bb43ad96da8c start homeauto_anynode for files shared between arduino and pi
drewp@bigasterisk.com
parents:
diff changeset
7 package_dir={'homeauto_anynode': ''},
549
fa893c9ac981 release 0.4.0
drewp@bigasterisk.com
parents: 548
diff changeset
8 url='https://projects.bigasterisk.com/homeauto-anynode/homeauto_anynode-0.4.0.tar.gz',
535
bb43ad96da8c start homeauto_anynode for files shared between arduino and pi
drewp@bigasterisk.com
parents:
diff changeset
9 author='Drew Perttula',
bb43ad96da8c start homeauto_anynode for files shared between arduino and pi
drewp@bigasterisk.com
parents:
diff changeset
10 author_email='drewp@bigasterisk.com',
bb43ad96da8c start homeauto_anynode for files shared between arduino and pi
drewp@bigasterisk.com
parents:
diff changeset
11 )