File tree Expand file tree Collapse file tree 1 file changed +11
-8
lines changed
Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Original file line number Diff line number Diff line change 2828except FileNotFoundError :
2929 LONG_DESCRIPTION = DESCRIPTION
3030
31+ AUTHOR = "Zhining Liu"
32+ AUTHOR_EMAIL = "[email protected] " 3133MAINTAINER = "Zhining Liu"
3234MAINTAINER_EMAIL = "[email protected] " 3335URL = "https://github.com/ZhiningLiu1998/imbalanced-ensemble"
6971 "tqdm>=4.50.2" ,
7072]
7173EXTRAS_REQUIRE = {
72- # "dev": [
73- # "black",
74- # "flake8",
75- # ],
76- "tests " : [
74+ "dev" : [
75+ "black" ,
76+ "flake8" ,
77+ ],
78+ "test " : [
7779 "pytest" ,
7880 "pytest-cov" ,
7981 ],
80- "docs " : [
82+ "doc " : [
8183 "sphinx" ,
8284 "sphinx-gallery" ,
8385 "numpydoc" ,
8688 ],
8789}
8890
89-
9091setup (
9192 name = DISTNAME ,
93+ author = AUTHOR ,
94+ author_email = AUTHOR_EMAIL ,
9295 maintainer = MAINTAINER ,
9396 maintainer_email = MAINTAINER_EMAIL ,
9497 description = DESCRIPTION ,
103106 packages = find_packages (),
104107 install_requires = INSTALL_REQUIRES ,
105108 extras_require = EXTRAS_REQUIRE ,
106- )
109+ )
You can’t perform that action at this time.
0 commit comments