-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #20 from LLNL/task/bgarcia/freeqdsk_support
- Loading branch information
Showing
11 changed files
with
204 additions
and
99 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,30 +28,27 @@ | |
|
||
# This should be a valid email address corresponding to the author listed | ||
# above. | ||
author_email='[email protected], [email protected]', | ||
author_email='[email protected], [email protected]', | ||
classifiers=[ | ||
'Development Status :: 5 - Production/Stable', | ||
#'Intended Audience :: Any UEDGE users', | ||
'Topic :: Software Development', | ||
'License :: OSI Approved :: MIT License', | ||
'Programming Language :: Python :: 3', | ||
'Programming Language :: Python :: 3.5', | ||
'Programming Language :: Python :: 3.6', | ||
'Programming Language :: Python :: 3.7', | ||
'Programming Language :: Python :: 3.8', | ||
'Programming Language :: Python :: 3.9', | ||
'Programming Language :: Python :: 3.9' | ||
], | ||
keywords='grid, mesh, generator, tokamak, edge, plasma, efit, uedge', | ||
packages=find_packages(), | ||
python_requires='>=3.5, <4', | ||
python_requires='>=3.8, <4', | ||
install_requires=[ | ||
'm2r2', | ||
'scipy >= 1.3.1', | ||
'numpy', | ||
'pyyaml', | ||
'matplotlib', | ||
'tk', | ||
'sympy' | ||
'sympy', | ||
'freeqdsk' | ||
] | ||
) | ||
|
Oops, something went wrong.