File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1- .. image :: https://travis-ci.org/diffpy/diffpy.structure.svg?branch=python3
1+ .. image :: https://travis-ci.org/diffpy/diffpy.structure.svg?branch=master
22 :target: https://travis-ci.org/diffpy/diffpy.structure
33
4- .. image :: https://codecov.io/gh/diffpy/diffpy.structure/branch/python3 /graph/badge.svg
5- :target: https://codecov.io/gh/diffpy/diffpy.structure/branch/python3
4+ .. image :: https://codecov.io/gh/diffpy/diffpy.structure/branch/master /graph/badge.svg
5+ :target: https://codecov.io/gh/diffpy/diffpy.structure
66
77
88diffpy.structure
Original file line number Diff line number Diff line change 99 git_url : ..
1010
1111build :
12+ preserve_egg_dir : True
1213 noarch : python
1314
1415 # entry_points:
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ def getversioncfg():
7777setup_args = dict (
7878 name = "diffpy.structure" ,
7979 version = versiondata .get ('DEFAULT' , 'version' ),
80- packages = [( 'diffpy.' + p ) for p in find_packages ( 'src/diffpy' )] ,
80+ packages = find_packages ( os . path . join ( MYDIR , 'src' )) ,
8181 py_modules = ['diffpy.Structure' ],
8282 package_dir = {'' : 'src' },
8383 test_suite = 'diffpy.structure.tests' ,
You can’t perform that action at this time.
0 commit comments