Skip to content

Commit

Permalink
setup change of zip_safe
Browse files Browse the repository at this point in the history
  • Loading branch information
jaswinder9051998 committed Feb 22, 2022
1 parent 2ef2dbb commit 9f629b4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ def list_reqs(fname='requirements.txt'):
author_email='[email protected]',
license='Apache License 2.0',
packages=['zoofs'],
zip_safe=True,
description="zoofs is a Python library for performing feature selection using an variety of nature inspired wrapper algorithms..",
zip_safe=False,
description="zoofs is a Python library for performing feature selection using an variety of nature inspired wrapper algorithms..",
long_description=long_description ,
long_description_content_type='text/markdown',
long_description_content_type='text/markdown',
install_requires=list_reqs(),
include_package_data=True,

)

0 comments on commit 9f629b4

Please sign in to comment.