Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rraadd88 committed Aug 22, 2023
1 parent b7e7021 commit 0184cf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
author='rraadd88',
author_email='rohanadandage@gmail.com',
license='General Public License v. 3',
packages=setuptools.find_packages('.',exclude=['test', 'unit','deps', 'data']),
packages=setuptools.find_packages('.',exclude=['test','tests', 'unit','deps','data','examples']),
classifiers=[
'Programming Language :: Python',
'Programming Language :: Python :: 3',
Expand All @@ -82,4 +82,4 @@
# 'console_scripts': ['htsimaging = htsimaging.run:parser.dispatch',],
# },
python_requires='>=3.7, <4',
)
)

0 comments on commit 0184cf1

Please sign in to comment.