Skip to content

Commit

Permalink
update setup config
Browse files Browse the repository at this point in the history
  • Loading branch information
dinoperovic committed Nov 25, 2016
1 parent 1f935cb commit 93cbb2f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
.DS_Store
.eggs
.tox
build/
dist/
docs/_build
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
clean:
rm -rf .tox .cache .eggs *.egg-info .coverage .DS_Store
rm -rf build dist .tox .cache .eggs *.egg-info .coverage .DS_Store
find . -name '*.pyc' -exec rm '{}' ';'

sort:
Expand Down
5 changes: 5 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[bdist_wheel]
universal = 1

[metadata]
license_file = LICENSE.txt

0 comments on commit 93cbb2f

Please sign in to comment.