Skip to content

Commit

Permalink
Don't package test files.
Browse files Browse the repository at this point in the history
  • Loading branch information
clokep committed Jun 26, 2019
1 parent 454d4a8 commit aa6778e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def long_description():
setup(
name='mwcomposerfromhell',
version='0.2.1',
packages=find_packages(),
packages=find_packages(exclude=('tests', )),
description='Convert the parsed MediaWiki wikicode (using mwparserfromhell) to HTML.',
long_description=long_description(),
author='Patrick Cloke',
Expand Down

0 comments on commit aa6778e

Please sign in to comment.