Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include LICENSE in the sdist. #919

Merged
merged 1 commit into from
Dec 4, 2018

Conversation

benjaminp
Copy link
Contributor

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.

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 locustio#788.
@codecov
Copy link

codecov bot commented Nov 14, 2018

Codecov Report

Merging #919 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #919   +/-   ##
=======================================
  Coverage   66.55%   66.55%           
=======================================
  Files          14       14           
  Lines        1438     1438           
  Branches      226      226           
=======================================
  Hits          957      957           
  Misses        430      430           
  Partials       51       51

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 79cd5a1...c390338. Read the comment docs.

@aldenpeterson-wf aldenpeterson-wf merged commit 0a155ed into locustio:master Dec 4, 2018
@benjaminp benjaminp deleted the license-sdist branch December 5, 2018 03:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Include LICENSE file in sdist
2 participants