Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gvec_to_python
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
gvec-group
gvec_to_python
Commits
703854ca
Commit
703854ca
authored
2 years ago
by
Stefan Possanner
Browse files
Options
Downloads
Patches
Plain Diff
Removed old setup files
parent
be54af0d
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!12
Version 1.1.1
Pipeline
#164494
failed
2 years ago
Stage: test
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
xx_setup.cfg
+0
-26
0 additions, 26 deletions
xx_setup.cfg
xx_setup.py
+0
-46
0 additions, 46 deletions
xx_setup.py
with
0 additions
and
72 deletions
xx_setup.cfg
deleted
100644 → 0
+
0
−
26
View file @
be54af0d
[metadata]
author
=
Tin Kei Cheng, Stefan Possanner
author_email
=
stefan.possanner@ipp.mpg.de
description
=
Converts GVEC output to Python callables
long_description
=
file: README.md
long_description_content_type
=
text/markdown
keywords
=
plasma, mhd, equilibrium, discrete differential forms, gvec
url
=
https://gitlab.mpcdf.mpg.de/spossann/gvec_to_python
project_urls
=
Bug
Tracker
=
https://gitlab.mpcdf.mpg.de/spossann/gvec_to_python/-/issues
classifiers
=
Programming
Language
::
Python
::
3
# License :: OSI Approved :: MIT License
Operating
System
::
OS
Independent
[options]
package_dir
=
=
src
packages
=
find:
python_requires
=
>=3.6
[options.packages.find]
where
=
src
# https://www.sphinx-doc.org/en/master/usage/advanced/setuptools.html
# [build_sphinx]
This diff is collapsed.
Click to expand it.
xx_setup.py
deleted
100644 → 0
+
0
−
46
View file @
be54af0d
from
setuptools
import
setup
,
find_packages
with
open
(
'
src/gvec_to_python/version.py
'
)
as
f
:
exec
(
f
.
read
())
setup
(
name
=
"
gvec_to_python
"
,
version
=
__version__
,
# auto-detected from struphy/version.py
packages
=
find_packages
(),
package_data
=
{
'
gvec_to_python.testcases
'
:
[
'
circ_tok/*.dat
'
,
'
circ_tok/*.ini
'
,
'
ellipstell/newBC_E1D6_M6N6/*.dat
'
,
'
ellipstell/newBC_E1D6_M6N6/*.ini
'
,
'
ellipstell/newBC_E4D6_M6N6/*.dat
'
,
'
ellipstell/newBC_E4D6_M6N6/*.ini
'
,
'
ellipstell_v2/newBC_E1D6_M6N6/*.dat
'
,
'
ellipstell_v2/newBC_E1D6_M6N6/*.ini
'
,
'
ellipstell_v2/newBC_E4D6_M6N6/*.dat
'
,
'
ellipstell_v2/newBC_E4D6_M6N6/*.ini
'
,
'
ellipstell_v2/oldBC_E40D5M6N6/*.dat
'
,
'
ellipstell_v2/oldBC_E40D5M6N6/*.ini
'
,
],
'
gvec_to_python
'
:
[
'
Makefile
'
],
},
# list of executable(s) that come with the package (if applicable)s
scripts
=
[
'
bin/compile_gvec_to_python
'
,
],
# list of package dependencies (if necessary)
install_requires
=
[
'
matplotlib>=3.3.3
'
,
'
numpy>=1.19.5
'
,
'
pandas>=1.2.1
'
,
'
pyccel
'
,
'
scipy>=1.6.0
'
,
'
tqdm>=4.56.0
'
,
'
vtk>=9.0.3
'
,
],
# more information, necessary for an upload to PyPI
author
=
"
Max Planck Institute for Plasma Physics
"
,
author_email
=
"
stefan.possanner@ipp.mpg.de, florian.hindenlang@ipp.mpg.de
"
,
description
=
"
Parse GVEC output in Python
"
,
license
=
"
MIT
"
,
keywords
=
"
plasma physics, fusion, numerical modeling, mhd equilibrium
"
,
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment