File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 88"""
99
1010from setuptools import setup , find_packages
11- import fix_setuptools_chmod
1211
1312# define distribution
1413setup (
2423 },
2524 test_suite = 'tests' ,
2625 install_requires = [
27- 'diffpy.util ' ,
26+ 'diffpy.utils>=1.0-r6337 ' ,
2827 ],
28+ dependency_links = [
29+ 'http://www.diffpy.org/packages/' ,
30+ ],
2931 author = 'Simon J.L. Billinge' ,
3032 author_email = 'sb2896@columbia.edu' ,
3133 maintainer = 'Chris Farrow' ,
3234 maintainer_email = 'clf2121@columbia.edu' ,
3335 url = 'http://www.diffpy.org/' ,
3436 download_url = 'http://www.diffpy.org/packages/' ,
35- description = "Tools for manipulating and comparing PDF data ." ,
37+ description = "Tools for manipulating and comparing PDF profiles ." ,
3638 license = 'BSD' ,
3739 keywords = "diffpy PDF" ,
3840)
You can’t perform that action at this time.
0 commit comments