Skip to content
Snippets Groups Projects
Commit 63970a5f authored by Daniel Speckhard's avatar Daniel Speckhard
Browse files

Added a MANIFEST.in to include pickle file in pypi.

parent 1ae26aee
No related branches found
No related tags found
No related merge requests found
include cpmdparser/versions/cpmd41/input_data/cpmd_input_tree.pickle
\ No newline at end of file
# Copyright 2016-2018 Lauri Himanen, Fawzi Mohamed, Ankit Kariryaa # Copyright 2016-2018 Lauri Himanen, Fawzi Mohamed, Ankit Kariryaa
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License. # you may not use this file except in compliance with the License.
# You may obtain a copy of the License at # You may obtain a copy of the License at
# #
# http://www.apache.org/licenses/LICENSE-2.0 # http://www.apache.org/licenses/LICENSE-2.0
# #
# Unless required by applicable law or agreed to in writing, software # Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, # distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
...@@ -14,11 +14,9 @@ ...@@ -14,11 +14,9 @@
import os import os
import pickle import pickle
import logging
import numpy as np import numpy as np
from nomadcore.baseclasses import AbstractBaseParser from nomadcore.baseclasses import AbstractBaseParser
from cpmdparser.generic.inputparsing import metainfo_data_prefix, metainfo_section_prefix from cpmdparser.generic.inputparsing import metainfo_data_prefix, metainfo_section_prefix
logger = logging.getLogger("nomad")
class CPMDInputParser(AbstractBaseParser): class CPMDInputParser(AbstractBaseParser):
......
...@@ -30,5 +30,6 @@ def main(): ...@@ -30,5 +30,6 @@ def main():
], ],
) )
if __name__ == "__main__": if __name__ == "__main__":
main() main()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment