Skip to content

Commit 8ff4a63

Browse files
authored
Merge pull request #134 from maxmind/greg/exclude-manifest
Exclude dev config and scripts
2 parents a78d419 + 227f3f6 commit 8ff4a63

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
exclude .* .github/**/* dev-bin/*
12
include HISTORY.rst README.rst LICENSE maxminddb/py.typed maxminddb/extension.pyi
23
recursive-include extension/libmaxminddb/include *.h
34
recursive-include extension/libmaxminddb/src *.c *.h

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ Documentation = "https://maxminddb.readthedocs.org/"
3838
"Source Code" = "https://github.com/maxmind/MaxMind-DB-Reader-python"
3939
"Issue Tracker" = "https://github.com/maxmind/MaxMind-DB-Reader-python/issues"
4040

41+
[tool.setuptools.package-data]
42+
maxminddb = ["py.typed"]
43+
4144
[tool.black]
4245
# src is showing up in our GitHub linting builds. It seems to
4346
# contain deps.

0 commit comments

Comments
 (0)