Skip to content

Commit 25f9546

Browse files
authored
Merge pull request #135 from planetlabs/universal-wheels
Build universal wheels
2 parents e83aacb + 579281b commit 25f9546

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ cache:
66
directories:
77
- $HOME/.cache/pip
88
before_install:
9-
- pip install --upgrade pytest
9+
- pip install setuptools pip --upgrade
1010
install:
1111
- pip install -e .[dev]
1212
script:

setup.cfg

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[bdist_wheel]
2+
universal: 1
3+
4+
[metadata]
5+
license_file: LICENSE

setup.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,7 @@
4242

4343
dev_requires = [
4444
'flake8',
45-
# with pex 1.2.2, seems that more recent setuptools break things
46-
# and the planet package will not be found
47-
# see https://github.com/pantsbuild/pex/issues/301
48-
'setuptools<21',
45+
'setuptools',
4946
'pex',
5047
'pytest-cov',
5148
'sphinx',

0 commit comments

Comments
 (0)