Skip to content

Commit

Permalink
bla
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Oberstein committed Jan 12, 2017
1 parent d5ac6fb commit 7941f37
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ clean:
rm -rf ./dist
find . -name "*.pyc" -exec rm -f {} \;

build: clean
python setup.py bdist_egg
build:
python setup.py sdist bdist_wheel

publish: clean
python setup.py register
python setup.py sdist upload
publish: clean build
twine upload dist/*
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[bdist_wheel]
universal=1

0 comments on commit 7941f37

Please sign in to comment.