Skip to content

Commit

Permalink
Adds MANIFEST.in to Python Fire (properly including LICENSE file in s…
Browse files Browse the repository at this point in the history
…dist).

Copybara generated commit for Python Fire.

PiperOrigin-RevId: 162957262
Change-Id: I3f8ef57524d05554a85d0e5fd8c83aa14e0c6200
Reviewed-on: https://team-review.git.corp.google.com/86022
Reviewed-by: David Bieber <[email protected]>
Reviewed-by: Peter Grabowski <[email protected]>
  • Loading branch information
dbieber committed Jul 24, 2017
1 parent 3e98ed5 commit 43c0b8c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include LICENSE
8 changes: 7 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
[metadata]
license-file = LICENSE

[wheel]
universal = 1

[aliases]
test=pytest
test = pytest

[tool:pytest]
addopts = --ignore=fire/test_components_py3.py --ignore=fire/parser_fuzz_test.py
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,4 @@

install_requires=DEPENDENCIES,
tests_require=TEST_DEPENDENCIES,
data_files=[('', ['LICENSE'])],
)

0 comments on commit 43c0b8c

Please sign in to comment.