Skip to content
Snippets Groups Projects
Commit a3c66ab1 authored by Himanen, Lauri (himanel1)'s avatar Himanen, Lauri (himanel1)
Browse files

Renamed and moved stuff, added initial support for the scala call.

parent 7e159a94
Branches
Tags
No related merge requests found
...@@ -5,7 +5,7 @@ from setuptools import setup, find_packages ...@@ -5,7 +5,7 @@ from setuptools import setup, find_packages
def main(): def main():
# Start package setup # Start package setup
setup( setup(
name="cp2kparser", name="parsercp2k",
version="0.1", version="0.1",
include_package_data=True, include_package_data=True,
package_data={ package_data={
...@@ -15,7 +15,7 @@ def main(): ...@@ -15,7 +15,7 @@ def main():
author="Lauri Himanen", author="Lauri Himanen",
author_email="lauri.himanen@gmail.com", author_email="lauri.himanen@gmail.com",
license="GPL3", license="GPL3",
packages=["cp2kparser"], packages=["parsercp2k"],
install_requires=[ install_requires=[
'pint', 'pint',
'numpy', 'numpy',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment