Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
foxfixfax committed May 13, 2022
1 parent 650ac20 commit c916b86
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from distutils.core import setup

import setuptools
from setuptools import setup

setup(
name='pycce',
Expand All @@ -10,6 +9,8 @@
author='Nikita Onizhuk',
author_email='onizhuk@uchicago.edu',
description='A package to compute spin dynamics using CCE method',
long_description=open('README.md', 'r').read(),
long_description_content_type='text/markdown',
packages=setuptools.find_packages(),
install_requires=[
'numpy', 'scipy', 'ase', 'pandas'
Expand Down

0 comments on commit c916b86

Please sign in to comment.