Skip to content

Commit 36c1154

Browse files
committed
Merge pull request influxdata#139 from mattrobenolt/wheel
Add wheel/twine support (Thanks @mattrobenolt!)
2 parents faf795e + 28eda55 commit 36c1154

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

dev-requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ mock
44
pandas
55
Sphinx==1.2.3
66
sphinx_rtd_theme
7+
wheel
8+
twine

release.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
#!/usr/bin/env bash
22

3-
python setup.py sdist upload
3+
python setup.py sdist bdist_wheel
4+
twine upload dist/*

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[wheel]
2+
universal = 1

0 commit comments

Comments
 (0)