Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 656d3a4

Browse files
mauriciovasquezbernalc24t
authored andcommitted
Update PyPI classifiers (open-telemetry#525)
- Update development status to beta - Add Python 3.8 to list of languages
1 parent df9f745 commit 656d3a4

File tree

16 files changed

+31
-16
lines changed

16 files changed

+31
-16
lines changed

docs/examples/opentelemetry-example-app/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
author="OpenTelemetry Authors",
2121
author_email="[email protected]",
2222
classifiers=[
23-
"Development Status :: 3 - Alpha",
23+
"Development Status :: 4 - Beta",
2424
"Intended Audience :: Developers",
2525
"License :: OSI Approved :: Apache Software License",
2626
"Programming Language :: Python",

ext/opentelemetry-ext-dbapi/setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ url = https://github.com/open-telemetry/opentelemetry-python/ext/opentelemetry-e
2323
platforms = any
2424
license = Apache-2.0
2525
classifiers =
26-
Development Status :: 3 - Alpha
26+
Development Status :: 4 - Beta
2727
Intended Audience :: Developers
2828
License :: OSI Approved :: Apache Software License
2929
Programming Language :: Python
@@ -32,6 +32,7 @@ classifiers =
3232
Programming Language :: Python :: 3.5
3333
Programming Language :: Python :: 3.6
3434
Programming Language :: Python :: 3.7
35+
Programming Language :: Python :: 3.8
3536

3637
[options]
3738
python_requires = >=3.4

ext/opentelemetry-ext-flask/setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ url = https://github.com/open-telemetry/opentelemetry-python/ext/opentelemetry-e
2323
platforms = any
2424
license = Apache-2.0
2525
classifiers =
26-
Development Status :: 3 - Alpha
26+
Development Status :: 4 - Beta
2727
Intended Audience :: Developers
2828
License :: OSI Approved :: Apache Software License
2929
Programming Language :: Python
@@ -32,6 +32,7 @@ classifiers =
3232
Programming Language :: Python :: 3.5
3333
Programming Language :: Python :: 3.6
3434
Programming Language :: Python :: 3.7
35+
Programming Language :: Python :: 3.8
3536

3637
[options]
3738
python_requires = >=3.4

ext/opentelemetry-ext-http-requests/setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ url = https://github.com/open-telemetry/opentelemetry-python/ext/opentelemetry-e
2323
platforms = any
2424
license = Apache-2.0
2525
classifiers =
26-
Development Status :: 3 - Alpha
26+
Development Status :: 4 - Beta
2727
Intended Audience :: Developers
2828
License :: OSI Approved :: Apache Software License
2929
Programming Language :: Python
@@ -32,6 +32,7 @@ classifiers =
3232
Programming Language :: Python :: 3.5
3333
Programming Language :: Python :: 3.6
3434
Programming Language :: Python :: 3.7
35+
Programming Language :: Python :: 3.8
3536

3637
[options]
3738
python_requires = >=3.4

ext/opentelemetry-ext-jaeger/setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ url = https://github.com/open-telemetry/opentelemetry-python/ext/opentelemetry-e
2323
platforms = any
2424
license = Apache-2.0
2525
classifiers =
26-
Development Status :: 3 - Alpha
26+
Development Status :: 4 - Beta
2727
Intended Audience :: Developers
2828
License :: OSI Approved :: Apache Software License
2929
Programming Language :: Python
@@ -32,6 +32,7 @@ classifiers =
3232
Programming Language :: Python :: 3.5
3333
Programming Language :: Python :: 3.6
3434
Programming Language :: Python :: 3.7
35+
Programming Language :: Python :: 3.8
3536

3637
[options]
3738
python_requires = >=3.4

ext/opentelemetry-ext-mysql/setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ url = https://github.com/open-telemetry/opentelemetry-python/ext/opentelemetry-e
2323
platforms = any
2424
license = Apache-2.0
2525
classifiers =
26-
Development Status :: 3 - Alpha
26+
Development Status :: 4 - Beta
2727
Intended Audience :: Developers
2828
License :: OSI Approved :: Apache Software License
2929
Programming Language :: Python
@@ -32,6 +32,7 @@ classifiers =
3232
Programming Language :: Python :: 3.5
3333
Programming Language :: Python :: 3.6
3434
Programming Language :: Python :: 3.7
35+
Programming Language :: Python :: 3.8
3536

3637
[options]
3738
python_requires = >=3.4

ext/opentelemetry-ext-opentracing-shim/setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ url = https://github.com/open-telemetry/opentelemetry-python/ext/opentelemetry-e
2323
platforms = any
2424
license = Apache-2.0
2525
classifiers =
26-
Development Status :: 3 - Alpha
26+
Development Status :: 4 - Beta
2727
Intended Audience :: Developers
2828
License :: OSI Approved :: Apache Software License
2929
Programming Language :: Python
@@ -32,6 +32,7 @@ classifiers =
3232
Programming Language :: Python :: 3.5
3333
Programming Language :: Python :: 3.6
3434
Programming Language :: Python :: 3.7
35+
Programming Language :: Python :: 3.8
3536

3637
[options]
3738
python_requires = >=3.4

ext/opentelemetry-ext-otcollector/setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ url = https://github.com/open-telemetry/opentelemetry-python/ext/opentelemetry-e
2323
platforms = any
2424
license = Apache-2.0
2525
classifiers =
26-
Development Status :: 3 - Alpha
26+
Development Status :: 4 - Beta
2727
Intended Audience :: Developers
2828
License :: OSI Approved :: Apache Software License
2929
Programming Language :: Python
@@ -32,6 +32,7 @@ classifiers =
3232
Programming Language :: Python :: 3.5
3333
Programming Language :: Python :: 3.6
3434
Programming Language :: Python :: 3.7
35+
Programming Language :: Python :: 3.8
3536

3637
[options]
3738
python_requires = >=3.4

ext/opentelemetry-ext-prometheus/setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ url = https://github.com/open-telemetry/opentelemetry-python/ext/opentelemetry-e
2323
platforms = any
2424
license = Apache-2.0
2525
classifiers =
26-
Development Status :: 3 - Alpha
26+
Development Status :: 4 - Beta
2727
Intended Audience :: Developers
2828
License :: OSI Approved :: Apache Software License
2929
Programming Language :: Python
@@ -32,6 +32,7 @@ classifiers =
3232
Programming Language :: Python :: 3.5
3333
Programming Language :: Python :: 3.6
3434
Programming Language :: Python :: 3.7
35+
Programming Language :: Python :: 3.8
3536

3637
[options]
3738
python_requires = >=3.4

ext/opentelemetry-ext-psycopg2/setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ url = https://github.com/open-telemetry/opentelemetry-python/ext/opentelemetry-e
2323
platforms = any
2424
license = Apache-2.0
2525
classifiers =
26-
Development Status :: 3 - Alpha
26+
Development Status :: 4 - Beta
2727
Intended Audience :: Developers
2828
License :: OSI Approved :: Apache Software License
2929
Programming Language :: Python
@@ -32,6 +32,7 @@ classifiers =
3232
Programming Language :: Python :: 3.5
3333
Programming Language :: Python :: 3.6
3434
Programming Language :: Python :: 3.7
35+
Programming Language :: Python :: 3.8
3536

3637
[options]
3738
python_requires = >=3.4

ext/opentelemetry-ext-pymongo/setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ url = https://github.com/open-telemetry/opentelemetry-python/ext/opentelemetry-e
2323
platforms = any
2424
license = Apache-2.0
2525
classifiers =
26-
Development Status :: 3 - Alpha
26+
Development Status :: 4 - Beta
2727
Intended Audience :: Developers
2828
License :: OSI Approved :: Apache Software License
2929
Programming Language :: Python
@@ -32,6 +32,7 @@ classifiers =
3232
Programming Language :: Python :: 3.5
3333
Programming Language :: Python :: 3.6
3434
Programming Language :: Python :: 3.7
35+
Programming Language :: Python :: 3.8
3536

3637
[options]
3738
python_requires = >=3.4

ext/opentelemetry-ext-testutil/setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ url = https://github.com/open-telemetry/opentelemetry-python/ext/opentelemetry-e
2222
platforms = any
2323
license = Apache-2.0
2424
classifiers =
25-
Development Status :: 3 - Alpha
25+
Development Status :: 4 - Beta
2626
Intended Audience :: Developers
2727
License :: OSI Approved :: Apache Software License
2828
Programming Language :: Python
@@ -31,6 +31,7 @@ classifiers =
3131
Programming Language :: Python :: 3.5
3232
Programming Language :: Python :: 3.6
3333
Programming Language :: Python :: 3.7
34+
Programming Language :: Python :: 3.8
3435

3536
[options]
3637
python_requires = >=3.4

ext/opentelemetry-ext-wsgi/setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ url = https://github.com/open-telemetry/opentelemetry-python/ext/opentelemetry-e
2323
platforms = any
2424
license = Apache-2.0
2525
classifiers =
26-
Development Status :: 3 - Alpha
26+
Development Status :: 4 - Beta
2727
Intended Audience :: Developers
2828
License :: OSI Approved :: Apache Software License
2929
Programming Language :: Python
@@ -32,6 +32,7 @@ classifiers =
3232
Programming Language :: Python :: 3.5
3333
Programming Language :: Python :: 3.6
3434
Programming Language :: Python :: 3.7
35+
Programming Language :: Python :: 3.8
3536

3637
[options]
3738
python_requires = >=3.4

ext/opentelemetry-ext-zipkin/setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ url = https://github.com/open-telemetry/opentelemetry-python/ext/opentelemetry-e
2323
platforms = any
2424
license = Apache-2.0
2525
classifiers =
26-
Development Status :: 3 - Alpha
26+
Development Status :: 4 - Beta
2727
Intended Audience :: Developers
2828
License :: OSI Approved :: Apache Software License
2929
Programming Language :: Python
@@ -32,6 +32,7 @@ classifiers =
3232
Programming Language :: Python :: 3.5
3333
Programming Language :: Python :: 3.6
3434
Programming Language :: Python :: 3.7
35+
Programming Language :: Python :: 3.8
3536

3637
[options]
3738
python_requires = >=3.4

opentelemetry-api/setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
author="OpenTelemetry Authors",
2929
author_email="[email protected]",
3030
classifiers=[
31-
"Development Status :: 3 - Alpha",
31+
"Development Status :: 4 - Beta",
3232
"Intended Audience :: Developers",
3333
"License :: OSI Approved :: Apache Software License",
3434
"Programming Language :: Python",
@@ -37,6 +37,7 @@
3737
"Programming Language :: Python :: 3.5",
3838
"Programming Language :: Python :: 3.6",
3939
"Programming Language :: Python :: 3.7",
40+
"Programming Language :: Python :: 3.8",
4041
],
4142
description="OpenTelemetry Python API",
4243
include_package_data=True,

opentelemetry-sdk/setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
author="OpenTelemetry Authors",
3131
author_email="[email protected]",
3232
classifiers=[
33-
"Development Status :: 3 - Alpha",
33+
"Development Status :: 4 - Beta",
3434
"Intended Audience :: Developers",
3535
"License :: OSI Approved :: Apache Software License",
3636
"Programming Language :: Python",
@@ -39,6 +39,7 @@
3939
"Programming Language :: Python :: 3.5",
4040
"Programming Language :: Python :: 3.6",
4141
"Programming Language :: Python :: 3.7",
42+
"Programming Language :: Python :: 3.8",
4243
],
4344
description="OpenTelemetry Python SDK",
4445
include_package_data=True,

0 commit comments

Comments
 (0)