Skip to content

Commit 9f283d9

Browse files
committed
Update setup.py setting.
1 parent 603234b commit 9f283d9

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

setup.py

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,19 @@
66

77
setuptools.setup(
88
name="multirunnable",
9-
version="0.15.2",
9+
version="0.16.0",
1010
author="Liu, Bryant",
1111
author_email="chi10211201@cycu.org.tw",
12+
url="https://multirunnable.readthedocs.io",
13+
license="Apache License 2.0",
1214
description="A Python framework integrates running multiple tasks simultaneously with different strategy.",
1315
long_description=readme,
1416
long_description_content_type="text/markdown",
1517
packages=setuptools.find_packages(),
1618
classifiers=[
1719
"Development Status :: 3 - Alpha",
1820
"Intended Audience :: Developers",
19-
# "Topic :: Build MultiRunnable Programming",
21+
"Topic :: Software Development :: Libraries :: Python Modules",
2022
"License :: OSI Approved :: Apache Software License",
2123
"Operating System :: OS Independent",
2224
"Programming Language :: Python :: 3",
@@ -31,9 +33,6 @@
3133
install_requires=[
3234
"gevent",
3335
"multipledispatch==0.6.0",
34-
"colorama==0.4.1",
35-
"kafka-python==2.0.2",
36-
"openpyxl==2.6.1",
37-
"deprecated==1.2.11"
36+
"openpyxl==2.6.1"
3837
]
3938
)

0 commit comments

Comments
 (0)