Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nomad-lab
parser-cp2k
Commits
a3c66ab1
Commit
a3c66ab1
authored
Jan 19, 2016
by
Lauri Himanen
Browse files
Renamed and moved stuff, added initial support for the scala call.
parent
7e159a94
Changes
23
Hide whitespace changes
Inline
Side-by-side
parser/parser
-
cp2k/
cp2kparser/
utils/logconfig.py
→
parser/parsercp2k/utils/logconfig.py
View file @
a3c66ab1
File moved
parser/parser
-
cp2k/
cp2kparser/
utils/testing.py
→
parser/parsercp2k/utils/testing.py
View file @
a3c66ab1
File moved
parser/
parser-cp2k/
setup.py
→
parser/setup.py
View file @
a3c66ab1
...
...
@@ -5,7 +5,7 @@ from setuptools import setup, find_packages
def
main
():
# Start package setup
setup
(
name
=
"
cp2k
parser"
,
name
=
"parser
cp2k
"
,
version
=
"0.1"
,
include_package_data
=
True
,
package_data
=
{
...
...
@@ -15,7 +15,7 @@ def main():
author
=
"Lauri Himanen"
,
author_email
=
"lauri.himanen@gmail.com"
,
license
=
"GPL3"
,
packages
=
[
"
cp2k
parser"
],
packages
=
[
"parser
cp2k
"
],
install_requires
=
[
'pint'
,
'numpy'
,
...
...
Prev
1
2
Next
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment