We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7be150d commit 52ccaa9Copy full SHA for 52ccaa9
MANIFEST.in
@@ -5,7 +5,7 @@ graft requirements
5
include AUTHORS.rst LICENSE*.rst README.rst
6
7
# include examples inside the package
8
-recursive-include src/diffpy/cmi/docs/examples *
+recursive-include docs/examples *
9
10
# Exclude all bytecode files and __pycache__ directories
11
global-exclude *.py[cod] # Exclude all .pyc, .pyo, and .pyd files.
pyproject.toml
@@ -87,3 +87,9 @@ exclude = '''
87
| tests/data
88
)/
89
'''
90
+
91
+[tool.setuptools]
92
+include-package-data = true
93
94
+[tool.setuptools.package-data]
95
+"diffpy.cmi" = ["../docs/examples/**/*"]
0 commit comments