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

Fixed setup.

parent 29d54775
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
from setuptools import setup from setuptools import setup, find_packages
def main(): def main():
...@@ -22,7 +22,7 @@ def main(): ...@@ -22,7 +22,7 @@ def main():
description='NOMAD parser implementation for VASP.', description='NOMAD parser implementation for VASP.',
author='Fawzi Mohamed, Lauri Himanen, Danio Brambila, Ankit Kariryaa, Henning Glawe', author='Fawzi Mohamed, Lauri Himanen, Danio Brambila, Ankit Kariryaa, Henning Glawe',
license='APACHE 2.0', license='APACHE 2.0',
package='vaspparser', packages=find_packages(),
install_requires=[ install_requires=[
'nomadcore' 'nomadcore'
], ],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment