Skip to content

Commit e723c43

Browse files
authored
Merge pull request #85 from TileDB-Inc/ss/support-github-tar-scm
Add support for github tar archives in building
2 parents 911a057 + 1a43b6a commit e723c43

4 files changed

Lines changed: 7 additions & 2 deletions

File tree

.git_archival.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ref-names: $Format:%D$

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.git_archival.txt export-subst

apis/python/conda-env.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ dependencies:
77
- pyarrow>=0.16.0
88
- dask>=0.19.0
99
- pip
10+
- setuptools
11+
- setuptools_scm
12+
- setuptools_scm_git_archive
1013
- pip:
11-
- setuptools==39.0.1
1214
- pytest-runner==5.1
1315
- pytest==5.1.2

apis/python/setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,8 @@ def run(self):
253253
'setuptools>=18.0',
254254
'setuptools_scm>=1.5.4',
255255
'wheel>=0.30',
256-
'pybind11>=2.3.0'
256+
'pybind11>=2.3.0',
257+
'setuptools_scm_git_archive'
257258
],
258259
install_requires=[],
259260
tests_require=[],

0 commit comments

Comments
 (0)