File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 66
77setuptools .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" ,
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)
You can’t perform that action at this time.
0 commit comments