File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 99 name = "gradient-centralization-tf" ,
1010 version = "0.0.1" ,
1111 description = "Implement Gradient Centralization in TensorFlow" ,
12- py_modules = ["gctf" ],
12+ packages = ["gctf" ],
13+
1314 long_description = long_description ,
1415 long_description_content_type = "text/markdown" ,
16+
1517 classifiers = [
1618 "Programming Language :: Python :: 3" ,
1719 "Programming Language :: Python :: 3.7" ,
2022 "Topic :: Scientific/Engineering :: Artificial Intelligence" ,
2123 "License :: OSI Approved :: Apache Software License" ,
2224 ],
25+
2326 url = "https://github.com/Rishit-dagli/Gradient-Centralization-TensorFlow" ,
2427 author = "Rishit Dagli" ,
252829+
2630 install_requires = [
2731 "tensorflow ~= 2.4.0" ,
2832 "keras ~= 2.4.0" ,
2933 ],
34+
3035 extras_require = {
3136 "dev" : [
3237 "check-manifest" ,
You can’t perform that action at this time.
0 commit comments