Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
The MIT License
MIT License

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

Expand Down
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,14 @@
"ansys.dpf.core.operators.utility",
],
version=__version__,
description="DPF Python gRPC client",
description="DPF Python client",
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
classifiers=[
"Development Status :: 4 - Beta",
"Intended Audience :: Science/Research",
"Topic :: Scientific/Engineering :: Information Analysis",
"License :: OSI Approved :: MIT License",
"Operating System :: Microsoft :: Windows",
"Operating System :: POSIX",
"Programming Language :: Python :: 3.7",
Expand Down Expand Up @@ -86,5 +87,5 @@
"plotting": ["pyvista>=0.32.0", "matplotlib>=3.2"],
},
url="https://github.com/pyansys/pydpf-core",
license='MIT',
license='MIT License',
)