Skip to content

Commit edba090

Browse files
authored
Merge pull request #31 from AakashGfude/add-manifest
✨️ NEW: Add MANIFEST file
2 parents dfe1376 + dbaa712 commit edba090

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

MANIFEST.in

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
exclude .flake8
2+
exclude .pre-commit-config.yaml
3+
exclude .readthedocs.yml
4+
exclude tox.ini
5+
6+
include LICENSE
7+
include MANIFEST.in
8+
include README.md
9+
10+
recursive-include sphinxcontrib *.js
11+
recursive-include sphinxcontrib *.css

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@
5757
packages=find_packages(),
5858
install_requires=["docutils>=0.15", "sphinx", "sphinx-book-theme"],
5959
extras_require=extras,
60-
package_data={"sphinxcontrib": ["_static/*"]},
6160
include_package_data=True,
6261
namespace_packages=["sphinxcontrib"],
6362
)

0 commit comments

Comments
 (0)