Skip to content

Commit 9ccf5a0

Browse files
committed
fix: exclude ulg files from sdist and wheel
1 parent 4ff8be8 commit 9ccf5a0

3 files changed

Lines changed: 1 addition & 4 deletions

File tree

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
include LICENSE.md
22
recursive-include pyulog/sql *
3+
recursive-exclude test *.ulg

pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,3 @@ Repository = "https://github.com/PX4/pyulog"
5353
test = ['pytest', 'ddt']
5454

5555
[tool.setuptools_scm]
56-
57-
[tool.setuptools.packages]
58-
find = {}

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,4 @@
1717
long_description="\n".join(DOCLINES),
1818
long_description_content_type='text/x-rst',
1919
platforms=["Windows", "Linux", "Solaris", "Mac OS-X", "Unix"],
20-
include_package_data=True,
2120
)

0 commit comments

Comments
 (0)