Skip to content

Commit

Permalink
version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hema-ted committed May 12, 2020
1 parent 69e5d13 commit b73a45e
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions setup.py
@@ -1,17 +1,10 @@
from setuptools import setup

# make sure PYTHONPATH contains the path of a directory you can write to
# e.g., in this instance
# export PYTHONPATH="${PYTHONPATH}:/path/to/pycdft/lib/python3.6/site-packages"
# python setup.py install --prefix="/path/to/pycdft/"
# the "/lib/python3.6/site-packages/" gets tacked on later

setup(
name="pycdft",
version="0.9",
version="1.0",
author="He Ma, Wennie Wang, Siyoung Kim, Man Hin Cheng, Marco Govoni, Giulia Galli",
author_email="mahe@uchicago.edu",
description="",
packages=['pycdft'],
install_requires=[
"ase",
Expand All @@ -21,4 +14,3 @@
"lxml"
],
)

0 comments on commit b73a45e

Please sign in to comment.