Skip to content

Commit cad899b

Browse files
committed
Update paths in meta.yaml, update paths in MANIFEST
1 parent 5c43f8d commit cad899b

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Diff for: MANIFEST.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
include versioneer.py
2-
include cudf/_version.py
1+
include python/versioneer.py
2+
include python/cudf/_version.py

Diff for: conda/recipes/cudf/meta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ package:
99
version: {{ version }}
1010

1111
source:
12-
path: ../..
12+
path: ../../..
1313

1414
build:
1515
number: {{ git_revision_count }}

Diff for: conda/recipes/libcudf/meta.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ package:
1010
version: {{ version }}
1111

1212
source:
13-
# git_url: ../..
14-
path: ../..
13+
# git_url: ../../..
14+
path: ../../..
1515

1616
build:
1717
number: {{ git_revision_count }}

Diff for: conda/recipes/libcudf_cffi/meta.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ package:
1111
version: {{ version }}
1212

1313
source:
14-
# git_url: ../..
15-
path: ../..
14+
# git_url: ../../..
15+
path: ../../..
1616

1717
build:
1818
number: {{ git_revision_count }}

0 commit comments

Comments
 (0)