Skip to content
Snippets Groups Projects
Commit 8176cb78 authored by Markus Scheidgen's avatar Markus Scheidgen
Browse files

Fixed gitignore.

parent ca6d9a76
No related branches found
No related tags found
No related merge requests found
...@@ -58,3 +58,5 @@ env/ ...@@ -58,3 +58,5 @@ env/
#QE test runs on pw.x testsuite #QE test runs on pw.x testsuite
parser/parser-quantum-espresso/testsuite.* parser/parser-quantum-espresso/testsuite.*
quantumespressoparser.egg-info/
Metadata-Version: 1.0
Name: quntumespressoparser
Version: 0.1
Summary: NOMAD parser implementation for QuantumEspresso.
Home-page: UNKNOWN
Author: Glaweh@debian.org
Author-email: dts@physik.hu-berlin.de
License: GPL3
Description: UNKNOWN
Platform: UNKNOWN
README.md
setup.py
./quantumespressoparser/FortranNamelistParser.py
./quantumespressoparser/QuantumEspressoCommon.py
./quantumespressoparser/QuantumEspressoXC.py
./quantumespressoparser/__init__.py
./quantumespressoparser/parser_quantum_espresso.py
./quantumespressoparser/setup_paths.py
./quntumespressoparser.egg-info/PKG-INFO
./quntumespressoparser.egg-info/SOURCES.txt
./quntumespressoparser.egg-info/dependency_links.txt
./quntumespressoparser.egg-info/requires.txt
./quntumespressoparser.egg-info/top_level.txt
\ No newline at end of file
nomadcore
quantumespressoparser
...@@ -17,7 +17,7 @@ from setuptools import setup, find_packages ...@@ -17,7 +17,7 @@ from setuptools import setup, find_packages
def main(): def main():
setup( setup(
name='quntumespressoparser', name='quantumespressoparser',
version='0.1', version='0.1',
description='NOMAD parser implementation for QuantumEspresso.', description='NOMAD parser implementation for QuantumEspresso.',
author='Glaweh@debian.org', author='Glaweh@debian.org',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment