Skip to content

Commit ae4902c

Browse files
authored
Ci/update license info (#394)
* Update License info to be coherent with PyMAPDL * DPF Python Client is not only gRPC
1 parent 1468968 commit ae4902c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
The MIT License
1+
MIT License
22

33
Copyright (c) 2022 ANSYS, Inc. All rights reserved.
44

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,14 @@
3939
"ansys.dpf.core.operators.utility",
4040
],
4141
version=__version__,
42-
description="DPF Python gRPC client",
42+
description="DPF Python client",
4343
long_description=open("README.md").read(),
4444
long_description_content_type="text/markdown",
4545
classifiers=[
4646
"Development Status :: 4 - Beta",
4747
"Intended Audience :: Science/Research",
4848
"Topic :: Scientific/Engineering :: Information Analysis",
49+
"License :: OSI Approved :: MIT License",
4950
"Operating System :: Microsoft :: Windows",
5051
"Operating System :: POSIX",
5152
"Programming Language :: Python :: 3.7",
@@ -86,5 +87,5 @@
8687
"plotting": ["pyvista>=0.32.0", "matplotlib>=3.2"],
8788
},
8889
url="https://github.com/pyansys/pydpf-core",
89-
license='MIT',
90+
license='MIT License',
9091
)

0 commit comments

Comments
 (0)