Skip to content

Commit 13fdd76

Browse files
committed
Merge branch 'maintenance/v0.1.x' into dev
2 parents ebd7070 + 7f368bb commit 13fdd76

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ package:
77

88
source:
99
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
10-
sha256: 91c1933836e8381a2ad7532f7d9639092d914745e43db14d27c3b7dd68af94b9
10+
sha256: aad643a1a82162c3e9ee2072b57cdbef3493cf71ece106c31bba8798a4627c44
1111

1212
build:
1313
noarch: python

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def finalize_options(self):
7272

7373

7474
def run(self):
75-
self.move_assets("./PyCytoData/data/", "./temp_assets/", [], True)
75+
self.move_assets("./PyCytoData/data/", "../temp_assets/", [], True)
7676
shutil.rmtree("./PyCytoData/data/")
7777
try:
7878
shutil.rmtree("dist_conda/")
@@ -81,8 +81,8 @@ def run(self):
8181
os.system("conda build . --output-folder dist_conda/ -c bioconda")
8282
os.system("anaconda upload ./dist_conda/noarch/pycytodata-{}-py_0.tar.bz2".format(VERSION))
8383

84-
self.move_assets("./temp_assets/", "./PyCytoData/data/", [], False)
85-
shutil.rmtree("./temp_assets/")
84+
self.move_assets("../temp_assets/", "./PyCytoData/data/", [], True)
85+
shutil.rmtree("../temp_assets/")
8686

8787

8888
setuptools.setup(

0 commit comments

Comments
 (0)