Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
HanXudong committed Jul 14, 2022
1 parent 1de83a4 commit 00f6398
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
requirementPath = thelibFolder + '/requirements.txt'

if sys.version_info < (3, 7):
sys.exit('Sorry, Python >=3.7 is required for FairCLS.')
sys.exit('Sorry, Python >=3.7 is required for fairlib.')

with open('README.md', encoding="utf8") as f:
# strip the header and badges etc
Expand Down Expand Up @@ -35,10 +35,10 @@
if __name__ == '__main__':
setup(
name='fairlib',
version="0.0.5",
version="0.0.6",
author="Xudong Han",
author_email="[email protected]",
description='Unified framework for assessing and improving classification fairness.',
description='Unified framework for assessing and improving fairness.',
long_description=readme,
long_description_content_type='text/markdown',
url='https://github.com/HanXudong/fairlib',
Expand Down

0 comments on commit 00f6398

Please sign in to comment.