Skip to content

Commit

Permalink
Merge pull request #44 from WMD-group/v2.3
Browse files Browse the repository at this point in the history
Update setup.py
  • Loading branch information
AntObi authored Oct 6, 2021
2 parents 9bf1d80 + fd58f1c commit eea50a6
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
__author__ = "Daniel W. Davies"
__copyright__ = "Copyright Daniel W. Davies, Adam J. Jackson, Keith T. Butler (2019)"
__version__ = "2.3"
__maintainer__ = "Daniel W. Davies"
__email__ = "d.davies16@imperial.ac.uk"
__date__ = "Jun 10 2019"
__maintainer__ = "Anthony O. Onwuli"
__email__ = "anthony.onwuli16@imperial.ac.uk"
__date__ = "Oct 6 2021"

from setuptools import setup, Extension
import os
Expand All @@ -16,7 +16,7 @@
if __name__ == "__main__":
setup(
name="SMACT",
version="2.2.1",
version="2.3",
description="Semiconducting Materials by Analogy and Chemical Theory",
long_description=open(os.path.join(module_dir, "README.md")).read(),
long_description_content_type="text/markdown",
Expand Down Expand Up @@ -53,4 +53,3 @@
"Topic :: Scientific/Engineering",
],
)

0 comments on commit eea50a6

Please sign in to comment.