Skip to content

Commit

Permalink
remove scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Volodymyr Savchenko authored and Volodymyr Savchenko committed Sep 12, 2023
1 parent 7890a70 commit bb4e99e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,11 @@

include_package_data=True

scripts_list=glob.glob('./bin/*')
setup(name='oda_api',
version=__version__,
description='API plugin for CDCI online data analysis',
author='Andrea Tramacere, Volodymyr Savchenko',
author_email='[email protected]',
scripts=scripts_list,
packages=packs,
package_data={'oda_api': ['config_dir/*']},
include_package_data=True,
Expand Down

0 comments on commit bb4e99e

Please sign in to comment.