Skip to content

Commit

Permalink
fixed sdist to include template files in PyPi distro
Browse files Browse the repository at this point in the history
  • Loading branch information
dmulyalin committed Dec 23, 2020
1 parent 947e039 commit 301259f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
recursive-include ttp_templates *.txt *.py *.ttp
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@

setup(
name="ttp_templates",
version="0.1.0",
version="0.1.1",
author="Denis Mulyalin",
author_email="[email protected]",
description="Template Text Parser Templates collections",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/dmulyalin/ttp_templates",
packages=setuptools.find_packages(),
packages=find_packages(),
extras_require={},
include_package_data=True,
package_data={
Expand Down

0 comments on commit 301259f

Please sign in to comment.