Skip to content

Commit

Permalink
🐛 fix setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
amirzenoozi committed Oct 4, 2021
1 parent ba936d4 commit af6a997
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 20,9 @@ def read_requirements(path='./requirements.txt'):
url="https://github.com/rango-tools/pexels-crawler-cli",
packages=setuptools.find_packages(),
install_requires=read_requirements(),
scripts=[
'pexels'
],
classifiers=(
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
Expand Down

0 comments on commit af6a997

Please sign in to comment.