Skip to content

Commit

Permalink
Add manifest (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsutsu3 authored Dec 18, 2020
1 parent 769cfff commit 6a50117
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
20 changes: 20 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
exclude benchmark
recursive-exclude benchmark *

exclude docs
recursive-exclude docs *

exclude test
recursive-exclude test *

exclude \
.pre-commit-config.yaml \
.readthedocs.yml \
codecov.yml \
setup.cfg \
tox.ini \

include \
README.md \
CHANGELOG.md \
LICENSE \
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
long_description_content_type="text/markdown",
url="https://github.com/tsutsu3/linkify-it-py",
packages=setuptools.find_packages(exclude=["test", "benchmark"]),
include_package_data=True,
classifiers=[
"Development Status :: 3 - Alpha",
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit 6a50117

Please sign in to comment.