File tree 1 file changed +2
-9
lines changed 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change 1
1
import os
2
2
from setuptools import setup
3
3
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
-
11
4
setup (
12
5
name = "prometheus_client" ,
13
- version = "0.0.7 " ,
6
+ version = "0.0.8 " ,
14
7
author = "Brian Brazil" ,
15
8
author_email = "brian.brazil@gmail.com" ,
16
9
description = ("Python client for the Prometheus monitoring system." ),
@@ -21,7 +14,7 @@ def read(fname):
21
14
packages = ['prometheus_client' ],
22
15
test_suite = "tests" ,
23
16
classifiers = [
24
- "Development Status :: 3 - Alpha " ,
17
+ "Development Status :: 4 - Beta " ,
25
18
"Intended Audience :: Developers" ,
26
19
"Intended Audience :: Information Technology" ,
27
20
"Intended Audience :: System Administrators" ,
You can’t perform that action at this time.
0 commit comments