Skip to content

Commit

Permalink
Try to fixes issue #13 by different strategy (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
JeelDobariya38 authored Oct 17, 2023
2 parents 11dae9c + cb55bb8 commit d9d00bf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def read_file(file_name):

setup(
name='pyfilehandling',
version='2.0.1',
version='2.0.2',
description='A Python package for file manipulation operations.',
long_description=long_description,
long_description_content_type='text/markdown',
Expand All @@ -30,6 +30,9 @@ def read_file(file_name):
'Documentation': 'https://jeeldobariya38.github.io/PyFileHandling/',
'Source Code': 'https://github.com/JeelDobariya38/PyFileHandling',
},
package_data={
'pyfilehandling': ['py.typed', '*.pyi'],
},
license='MIT',
python_requires='>=3.9',
)

0 comments on commit d9d00bf

Please sign in to comment.