File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import os
22from setuptools import setup
33
4- # Utility function to read the README file.
5- # Used for the long_description. It's nice, because now 1) we have a top level
6- # README file and 2) it's easier to type in the README file than to put a raw
7- # string in below ...
8- def read (fname ):
9- return open (os .path .join (os .path .dirname (__file__ ), fname )).read ()
10-
114setup (
125 name = "prometheus_client" ,
13- version = "0.0.7 " ,
6+ version = "0.0.8 " ,
147 author = "Brian Brazil" ,
158 author_email = "brian.brazil@gmail.com" ,
169 description = ("Python client for the Prometheus monitoring system." ),
@@ -21,7 +14,7 @@ def read(fname):
2114 packages = ['prometheus_client' ],
2215 test_suite = "tests" ,
2316 classifiers = [
24- "Development Status :: 3 - Alpha " ,
17+ "Development Status :: 4 - Beta " ,
2518 "Intended Audience :: Developers" ,
2619 "Intended Audience :: Information Technology" ,
2720 "Intended Audience :: System Administrators" ,
You can’t perform that action at this time.
0 commit comments