8000 Updated Classifiers tags in setup.py (#516) (#517) · TheCompuGuru/botbuilder-python@3465df2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3465df2

Browse files
authored
Updated Classifiers tags in setup.py (microsoft#516) (microsoft#517)
* Updated Classifiers tags in setup.py * Pinned regex version, remove this dependency when fixed in recognizers
1 parent 8ff979a commit 3465df2

File tree

8 files changed

+9
-8
lines changed

8 files changed

+9
-8
lines changed

libraries/botbuilder-ai/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"Intended Audience :: Developers",
4949
"License :: OSI Approved :: MIT License",
5050
"Operating System :: OS Independent",
51-
"Development Status :: 3 - Alpha",
51+
"Development Status :: 5 - Production/Stable",
5252
"Topic :: Scientific/Engineering :: Artificial Intelligence",
5353
],
5454
)

libraries/botbuilder-applicationinsights/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"Intended Audience :: Developers",
5858
"License :: OSI Approved :: MIT License",
5959
"Operating System :: OS Independent",
60-
"Development Status :: 3 - Alpha",
60+
"Development Status :: 5 - Production/Stable",
6161
"Topic :: Scientific/Engineering :: Artificial Intelligence",
6262
],
6363
)

libraries/botbuilder-azure/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"Intended Audience :: Developers",
4242
"License :: OSI Approved :: MIT License",
4343
"Operating System :: OS Independent",
44-
"Development Status :: 3 - Alpha",
44+
"Development Status :: 5 - Production/Stable",
4545
"Topic :: Scientific/Engineering :: Artificial Intelligence",
4646
],
4747
)

libraries/botbuilder-core/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"Intended Audience :: Developers",
4545
"License :: OSI Approved :: MIT License",
4646
"Operating System :: OS Independent",
47-
"Development Status :: 3 - Alpha",
47+
"Development Status :: 5 - Production/Stable",
4848
"Topic :: Scientific/Engineering :: Artificial Intelligence",
4949
],
5050
)

libraries/botbuilder-dialogs/setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
from setuptools import setup
66

77
REQUIRES = [
8+
"regex<=2019.08.19",
89
"recognizers-text-date-time>=1.0.2a1",
910
"recognizers-text-number-with-unit>=1.0.2a1",
1011
"recognizers-text-number>=1.0.2a1",
@@ -51,7 +52,7 @@
5152
"Intended Audience :: Developers",
5253
"License :: OSI Approved :: MIT License",
5354
"Operating System :: OS Independent",
54-
"Development Status :: 3 - Alpha",
55+
"Development Status :: 5 - Production/Stable",
5556
"Topic :: Scientific/Engineering :: Artificial Intelligence",
5657
],
5758
)

libraries/botbuilder-schema/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"Intended Audience :: Developers",
3232
"License :: OSI Approved :: MIT License",
3333
"Operating System :: OS Independent",
34-
"Development Status :: 3 - Alpha",
34+
"Development Status :: 5 - Production/Stable",
3535
"Topic :: Scientific/Engineering :: Artificial Intelligence",
3636
],
3737
)

libraries/botbuilder-testing/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"Intended Audience :: Developers",
4242
"License :: OSI Approved :: MIT License",
4343
"Operating System :: OS Independent",
44-
"Development Status :: 3 - Alpha",
44+
"Development Status :: 5 - Production/Stable",
4545
"Topic :: Scientific/Engineering :: Artificial Intelligence",
4646
],
4747
)

libraries/botframework-connector/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"Intended Audience :: Developers",
5050
"License :: OSI Approved :: MIT License",
5151
"Operating System :: OS Independent",
52-
"Development Status :: 3 - Alpha",
52+
"Development Status :: 5 - Production/Stable",
5353
"Topic :: Scientific/Engineering :: Artificial Intelligence",
5454
],
5555
)

0 commit comments

Comments
 (0)
0