File tree 2 files changed +4
-3
lines changed 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
- The MIT License
1
+ MIT License
2
2
3
3
Copyright (c) 2022 ANSYS, Inc. All rights reserved.
4
4
Original file line number Diff line number Diff line change 39
39
"ansys.dpf.core.operators.utility" ,
40
40
],
41
41
version = __version__ ,
42
- description = "DPF Python gRPC client" ,
42
+ description = "DPF Python client" ,
43
43
long_description = open ("README.md" ).read (),
44
44
long_description_content_type = "text/markdown" ,
45
45
classifiers = [
46
46
"Development Status :: 4 - Beta" ,
47
47
"Intended Audience :: Science/Research" ,
48
48
"Topic :: Scientific/Engineering :: Information Analysis" ,
49
+ "License :: OSI Approved :: MIT License" ,
49
50
"Operating System :: Microsoft :: Windows" ,
50
51
"Operating System :: POSIX" ,
51
52
"Programming Language :: Python :: 3.7" ,
86
87
"plotting" : ["pyvista>=0.32.0" , "matplotlib>=3.2" ],
87
88
},
88
89
url = "https://github.com/pyansys/pydpf-core" ,
89
- license = 'MIT' ,
90
+ license = 'MIT License ' ,
90
91
)
You can’t perform that action at this time.
0 commit comments