Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
iwr
dune-vtk
Commits
5db72f05
Commit
5db72f05
authored
Mar 11, 2021
by
Robert K
Browse files
[feature][Python] added pypi package files.
parent
847c3e5d
Changes
2
Hide whitespace changes
Inline
Side-by-side
pyproject.toml
0 → 100644
View file @
5db72f05
[build-system]
requires
=
[
'setuptools'
,
'wheel'
,
'scikit-build'
,
'cmake'
,
'ninja'
,
'requests'
]
build-backend
=
'setuptools.build_meta'
setup.py
0 → 100644
View file @
5db72f05
try
:
from
dune.packagemetadata
import
metaData
except
ImportError
:
from
packagemetadata
import
metaData
from
skbuild
import
setup
setup
(
**
metaData
()[
1
])
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment