Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Girish-Anadv-07 authored Feb 15, 2024
1 parent 8184d1c commit b002752
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
here = path.abspath(path.dirname(__file__))
__version__ = "0.0.1"
exec(open('version.py').read())
with open('README.md') as description:
description = description.read()

setup(
name='polyssifier',
Expand Down

0 comments on commit b002752

Please sign in to comment.