@@ -12,20 +12,18 @@ def readme():
12
12
setup (
13
13
name = "pycdt" ,
14
14
packages = find_packages (),
15
- version = "2.0.3 " ,
16
- install_requires = ["numpy>=1.18.1" , "pymatgen>=2020.1.28 " , "matplotlib>=3.1" "monty>=3.0.2" ],
15
+ version = "2.0.4 " ,
16
+ install_requires = ["numpy>=1.18.1" , "pymatgen>=2020.4.29 " , "matplotlib>=3.1" "monty>=3.0.2" ],
17
17
package_data = {"pycdt.utils" : ["*.yaml" ]},
18
18
author = "Danny Broberg, Bharat Medasani, Nils Zimmerman" ,
19
19
20
20
maintainer = "Bharat Medasani" ,
21
21
maintainer_email = "[email protected] " ,
22
- # url="http://github.com /mbkumar/pycdcd ",
22
+ url = "http://bitbucket.org /mbkumar/pycdt " ,
23
23
description = "PyCDT is a python package to facilitate "
24
24
"DFT calculations for point defects in solids" ,
25
25
long_description = readme (),
26
26
classifiers = [
27
- "Programming Language :: Python :: 2" ,
28
- "Programming Language :: Python :: 2.7" ,
29
27
"Programming Language :: Python :: 3" ,
30
28
"Programming Language :: Python :: 3.8" ,
31
29
"Development Status :: 2 - Release" ,
0 commit comments