Mercurial > code > home > repos > background_loop
comparison 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 |
comparison
equal
deleted
inserted
replaced
2:73f3a69eeb07 | 3:1c50dba6127b |
---|---|
1 from setuptools import setup | 1 from setuptools import setup |
2 | 2 |
3 setup( | 3 setup( |
4 name='background_loop', | 4 name='background_loop', |
5 version='0.1.0', | 5 version='0.2.0', |
6 packages=['background_loop'], | 6 packages=['background_loop'], |
7 package_dir={'background_loop': ''}, | 7 package_dir={'background_loop': ''}, |
8 install_requires=[ | 8 install_requires=[ |
9 'prometheus_client', | 9 'prometheus_client', |
10 'twisted', | 10 'twisted', |
11 ], | 11 ], |
12 url='https://projects.bigasterisk.com/background_loop/background_loop-0.1.0.tar.gz', | 12 url='https://projects.bigasterisk.com/background-loop/background_loop-0.2.0.tar.gz', |
13 author='Drew Perttula', | 13 author='Drew Perttula', |
14 author_email='drewp@bigasterisk.com', | 14 author_email='drewp@bigasterisk.com', |
15 ) | 15 ) |