Skip to content

Commit

Permalink
MAINT: Add tests as submodule (#2477)
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner authored Aug 23, 2022
1 parent 5bc7915 commit 0264077
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,13 @@
python_requires='>=3.6',
packages=[
'codespell_lib',
'codespell_lib.tests',
'codespell_lib.data',
],
package_data={'codespell_lib': [
os.path.join('data', 'dictionary*.txt'),
os.path.join('data', 'linux-kernel.exclude'),
]},
exclude_package_data={'codespell_lib': [
os.path.join('tests', '*'),
]},
entry_points={
'console_scripts': [
'codespell = codespell_lib:_script_main'
Expand Down

0 comments on commit 0264077

Please sign in to comment.