Skip to content

Commit

Permalink
fix missing scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
ericb-summit committed Oct 12, 2021
1 parent 5f7ba11 commit e3e6a78
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
author_email='[email protected]',
maintainer_email='[email protected]',
url='https://github.com/zkonge/flvlib3',
packages=['flvlib3'],
packages=['flvlib3', 'flvlib3.scripts'],
data_files=data_files,
entry_points={
'console_scripts': [
Expand All @@ -126,5 +126,6 @@
'retimestamp-flv=flvlib3.scripts.retimestamp_flv:main',
'cut-flv=flvlib3.scripts.cut_flv:main'
]
}
},
zip_safe = False
)

0 comments on commit e3e6a78

Please sign in to comment.