Skip to content

Commit

Permalink
Merge pull request #1283 from pygments/fix/1280
Browse files Browse the repository at this point in the history
Exclude tests from distribution -- fix #1280
  • Loading branch information
Anteru committed Nov 26, 2019
2 parents fddbfff + 8d0828b commit 9e1f1e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -33,7 +33,7 @@
description = 'Pygments is a syntax highlighting package written in Python.',
long_description = __doc__,
keywords = 'syntax highlighting',
packages = find_packages(),
packages = find_packages(include=['pygments']),
entry_points = {
'console_scripts': ['pygmentize = pygments.cmdline:main'],
},
Expand Down

0 comments on commit 9e1f1e1

Please sign in to comment.