Skip to content

Commit

Permalink
Include examples in sdist
Browse files Browse the repository at this point in the history
  • Loading branch information
avylove committed Dec 17, 2018
1 parent cd93345 commit f7381cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
include LICENSE setup_helpers.py README.*
graft tests
graft tests examples

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
zip_safe=False,
install_requires=['blessed'],
tests_require=TESTS_REQUIRE,
packages=find_packages(exclude=['tests', 'tests.*']),
packages=find_packages(exclude=['tests', 'tests.*', 'examples']),
test_suite='tests',

classifiers=[
Expand Down

0 comments on commit f7381cb

Please sign in to comment.