Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
parser-wien2k
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor 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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
nomad-lab
parser-wien2k
Commits
f63e5760
Commit
f63e5760
authored
6 years ago
by
Daniel Speckhard
Browse files
Options
Downloads
Patches
Plain Diff
Fixed typos in setup.py
parent
939e1942
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
setup.py
+1
-8
1 addition, 8 deletions
setup.py
with
1 addition
and
8 deletions
setup.py
+
1
−
8
View file @
f63e5760
...
...
@@ -19,17 +19,10 @@ def main():
setup
(
name
=
'
wien2kparser
'
,
version
=
'
0.1
'
,
<<<<<<<
HEAD
description
=
'
NOMAD parser implementation for Exciting.
'
,
description
=
'
NOMAD parser implementation for Wien2k.
'
,
license
=
'
APACHE 2.0
'
,
package_dir
=
{
''
:
'
parser/parser-wien2k
'
},
packages
=
find_packages
(
'
parser/parser-wien2k
'
),
=======
description
=
'
NOMAD parser implementation for Wien2k.
'
,
license
=
'
APACHE 2.0
'
,
package_dir
=
{
''
:
'
parser
'
},
packages
=
find_packages
(
'
parser
'
),
>>>>>>>
45
edbd908359cbb40b004309010e2487a8ffbb7c
install_requires
=
[
'
nomadcore
'
],
...
...
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