Mercurial > code > home > repos > homeauto
view lib/standardservice/setup.py @ 1334:73c2b13692b7
rewrite dhcpleases to use dnsmasq's data files, and all the new build stuff
Ignore-this: 2dffc17b676253d4fec234fc096db4d5
darcs-hash:be3903ed924e998edd207ac4d8ae336bc64243ba
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Tue, 23 Apr 2019 02:56:07 -0700 |
parents | fbf777c3bc04 |
children | 3b4915ab7b74 |
line wrap: on
line source
from distutils.core import setup setup( name='standardservice', version='0.3.0', packages=['standardservice'], package_dir={'standardservice': ''}, requires=[], url='https://projects.bigasterisk.com/standardservice/standardservice-0.3.0.tar.gz', author='Drew Perttula', author_email='drewp@bigasterisk.com', )