Skip to content

Commit 43c0b8c

Browse files
committed
Adds MANIFEST.in to Python Fire (properly including LICENSE file in sdist).
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]>
1 parent 3e98ed5 commit 43c0b8c

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
include LICENSE

setup.cfg

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
1+
[metadata]
2+
license-file = LICENSE
3+
4+
[wheel]
5+
universal = 1
6+
17
[aliases]
2-
test=pytest
8+
test = pytest
39

410
[tool:pytest]
511
addopts = --ignore=fire/test_components_py3.py --ignore=fire/parser_fuzz_test.py

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,4 @@
8484

8585
install_requires=DEPENDENCIES,
8686
tests_require=TEST_DEPENDENCIES,
87-
data_files=[('', ['LICENSE'])],
8887
)

0 commit comments

Comments
 (0)