Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekk728 committed Dec 3, 2020
1 parent 842910a commit 5e65013
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@
long_description_content_type='text/markdown',
keywords=['fyle', 'api', 'python', 'sdk'],
url='https://github.com/fylein/fyle-platform-sdk-py',
include_package_data=True,
packages=setuptools.find_packages(),
package_data={
'fyle': ['*']
},
install_requires=[
'enum34==1.1.10',
'requests==2.25.0'
Expand Down

0 comments on commit 5e65013

Please sign in to comment.