Skip to content

Commit 640a11e

Browse files
committed
MNT: Incorporate changes from master
Same content as for merge with lower-cased master@ebabd59f.
1 parent 09df69f commit 640a11e

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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

88
diffpy.structure

conda-recipe/meta.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ source:
99
git_url: ..
1010

1111
build:
12+
preserve_egg_dir: True
1213
noarch: python
1314

1415
# entry_points:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def getversioncfg():
7777
setup_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',

0 commit comments

Comments
 (0)