Mercurial > code > home > repos > background_loop
view setup.py @ 3:1c50dba6127b 0.2.0
release 0.2.0
author | drewp@bigasterisk.com |
---|---|
date | Wed, 22 Dec 2021 19:30:07 -0800 |
parents | 10defe60b8a5 |
children | 2ab687f70854 |
line wrap: on
line source
from setuptools import setup setup( name='background_loop', version='0.2.0', packages=['background_loop'], package_dir={'background_loop': ''}, install_requires=[ 'prometheus_client', 'twisted', ], url='https://projects.bigasterisk.com/background-loop/background_loop-0.2.0.tar.gz', author='Drew Perttula', author_email='drewp@bigasterisk.com', )