Skip to content

Commit

Permalink
Merge pull request #756 from jdufresne/wheel
Browse files Browse the repository at this point in the history
Distribute package as a universal wheel
  • Loading branch information
mbeacom authored May 20, 2018
2 parents bf5066a + 5127ebe commit cf9b2ba
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
[bdist_wheel]
universal = 1

[metadata]
license_file = LICENSE

[nosetests]
match = ^test
nocapture = 1
cover-package = locust
with-coverage = 1
cover-erase = 1
cover-erase = 1

0 comments on commit cf9b2ba

Please sign in to comment.