Skip to content

Commit 87666ea

Browse files
committed
Fixing setup
1 parent 872b465 commit 87666ea

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

setup.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"""
99

1010
from setuptools import setup, find_packages
11-
import fix_setuptools_chmod
1211

1312
# define distribution
1413
setup(
@@ -24,15 +23,18 @@
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
)

0 commit comments

Comments
 (0)