File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2121package_name = "ansys-api-geometry"
2222dot_package_name = '.' .join (filter (None , package_info ))
2323
24- description = f"Autogenerated python gRPC interface package for { package_name } , built on { datetime .now ().strftime ('%H:%M:%S on %d %B %Y' )} "
24+ description = f"Autogenerated Python gRPC interface package for { package_name } , built on { datetime .now ().strftime ('%H:%M:%S on %d %B %Y' )} "
2525
2626if __name__ == "__main__" :
2727 setuptools .setup (
3434 description = description ,
3535 long_description = long_description ,
3636 long_description_content_type = 'text/markdown' ,
37- url = f"https://github.com/pyansys /{ package_name } " ,
37+ url = f"https://github.com/ansys /{ package_name } " ,
3838 license = "MIT" ,
3939 python_requires = ">=3.7" ,
4040 install_requires = ["grpcio~=1.47" , "protobuf~=3.19" ],
4949 },
5050 cmdclass = CMDCLASS_OVERRIDE ,
5151 project_urls = {
52- 'Documentation' : 'https://github.com/pyansys /ansys-api-geometry/#readme' ,
53- 'Source' : 'https://github.com/pyansys /ansys-api-geometry/' ,
54- 'Tracker' : 'https://github.com/pyansys /ansys-api-geometry/issues/' ,
52+ 'Documentation' : 'https://github.com/ansys /ansys-api-geometry/#readme' ,
53+ 'Source' : 'https://github.com/ansys /ansys-api-geometry/' ,
54+ 'Tracker' : 'https://github.com/ansys /ansys-api-geometry/issues/' ,
5555 },
5656 )
You can’t perform that action at this time.
0 commit comments