Skip to content

Commit

Permalink
Include LICENSE in the sdist.
Browse files Browse the repository at this point in the history
The locustio sdist doesn't actually include the LICENSE:
```
$ curl https://files.pythonhosted.org/packages/e6/88/2d56405c715df8c4c94850857c581007d39fe50dfe9dbcac91e378a8f24f/locustio-0.9.0.tar.gz -L | tar tz | grep LICENSE
$
```

This fixes #788.
  • Loading branch information
benjaminp committed Nov 14, 2018
1 parent 79cd5a1 commit c390338
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
include LICENSE
recursive-include locust/static *
recursive-include locust/templates *

0 comments on commit c390338

Please sign in to comment.