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
Brice Videau
CCS
Commits
15322a63
Commit
15322a63
authored
Sep 23, 2020
by
Brice Videau
Browse files
Added minimal setup.py.
parent
1a00e9d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
bindings/python/setup.py
0 → 100644
View file @
15322a63
from
setuptools
import
setup
,
find_packages
from
pkg_resources
import
require
require
(
"parglare>=0.12.0"
)
setup
(
name
=
"cconfigspace"
,
version
=
"0.0.1"
,
author
=
"Brice Videau"
,
author_email
=
"bvideau@anl.gov"
,
url
=
"https://xgitlab.cels.anl.gov/videau/cconfigspace"
,
packages
=
[
"cconfigspace"
],
package_dir
=
{
'cconfigspace'
:
'cconfigspace'
},
license
=
'BSD-3-Clause'
)
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