Skip to content

Commit 934dddd

Browse files
committed
Adds manifest to add LICENSE on builds
1 parent 8ba5d03 commit 934dddd

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

MANIFEST.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
include LICENSE
2+
prune tests*

setup.cfg

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,16 @@ classifiers =
3131

3232
[options]
3333
zip_safe = True
34-
packages = algoliasearch
34+
include_package_data = True
35+
packages = find:
3536
install_requires =
3637
requests>=2.21,<3.0
3738
typing>=3.6,<4.0
3839
python_requires = >=2.7, !=3.0.*, !=3.1.*', !=3.2.*, !=3.3.*'
3940

41+
[options.packages.find]
42+
exclude =
43+
tests
44+
4045
[bdist_wheel]
4146
universal = 1

0 commit comments

Comments
 (0)