Skip to content

Commit

Permalink
update setup.py and README
Browse files Browse the repository at this point in the history
  • Loading branch information
AntObi committed Sep 20, 2022
1 parent 991205f commit 3edec93
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ Contributors to SMACT:
- Jarvist Frost
- Tim Gauntlet
- Adam Jackson
- Chloe (Jiwoo) Lee (이지우)
- Alex Moriarty
- Kazuki Morita
- Anthony Onwuli
Expand Down
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

__author__ = "Daniel W. Davies"
__copyright__ = "Copyright Daniel W. Davies, Adam J. Jackson, Keith T. Butler (2019)"
__version__ = "2.3.3"
__version__ = "2.4.0"
__maintainer__ = "Anthony O. Onwuli"
__email__ = "[email protected]"
__date__ = "July 7 2022"
__date__ = "September 20 2022"

from setuptools import setup, Extension
import os
Expand All @@ -16,7 +16,7 @@
if __name__ == "__main__":
setup(
name="SMACT",
version="2.3.3",
version="2.4.0",
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 All @@ -26,7 +26,7 @@
maintainer="Anthony O. Onwuli",
maintainer_email="[email protected]",
license="MIT",
packages=["smact", "smact.tests", "smact.structure_prediction"],
packages=["smact", "smact.tests", "smact.structure_prediction", "smact.dopant_prediction"],
package_data={
"smact": [
"data/*.txt",
Expand Down

0 comments on commit 3edec93

Please sign in to comment.