Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
Remove the installation of examples and docs.
  • Loading branch information
JamesPino authored Apr 23, 2024
1 parent 9215190 commit d365cfc
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 @@ -8,7 +8,7 @@

setup(
name='simplepso',
packages=find_packages(),
packages=find_packages(exclude=['examples', 'docs'],),
version=__version__,
description='Simple usage particle swarm optimization',
author='James C. Pino',
Expand Down

0 comments on commit d365cfc

Please sign in to comment.