Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishanoshada authored Oct 22, 2023
1 parent 00f425c commit e278269
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
author='Ishan Oshada',
author_email='ic31908@gmail.com',
description='A module for encoding and encrypting data.',
long_description=open('Readme.md').read(),
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
url='https://github.com/ishanoshada/encodify',
classifiers=[
Expand All @@ -16,7 +16,7 @@
'Operating System :: OS Independent',
],
install_requires=[
# Add any required dependencies here

'python_minifier', # Add this dependency
],
)

0 comments on commit e278269

Please sign in to comment.