mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-06-21 00:19:42 +02:00
fully remove tests from packaging
This commit is contained in:
2
setup.py
2
setup.py
@ -19,7 +19,7 @@ setuptools.setup(
|
|||||||
long_description_content_type='text/markdown',
|
long_description_content_type='text/markdown',
|
||||||
python_requires='>=3.6',
|
python_requires='>=3.6',
|
||||||
url='https://github.com/kellyjonbrazil/jc',
|
url='https://github.com/kellyjonbrazil/jc',
|
||||||
packages=setuptools.find_packages(exclude=["tests", "tests.*"]),
|
packages=setuptools.find_packages(exclude=['*.tests', '*.tests.*', 'tests.*', 'tests']),
|
||||||
entry_points={
|
entry_points={
|
||||||
'console_scripts': [
|
'console_scripts': [
|
||||||
'jc=jc.cli:main'
|
'jc=jc.cli:main'
|
||||||
|
Reference in New Issue
Block a user