Skip to content

Commit

Permalink
update project urls
Browse files Browse the repository at this point in the history
  • Loading branch information
ngocbh committed Apr 5, 2021
1 parent dbce045 commit b5b8fc0
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 @@ -4,9 +4,9 @@
long_description = fh.read()

PROJECT_URLS = {
'Bug Tracker': 'https://github.com/ngocjr7/geneticpython/issues',
'Documentation': 'https://github.com/ngocjr7/geneticpython/blob/master/README.md',
'Source Code': 'https://github.com/ngocjr7/geneticpython'
'Bug Tracker': 'https://github.com/ngocjr7/scoss/issues',
'Documentation': 'https://github.com/ngocjr7/scoss/blob/master/README.md',
'Source Code': 'https://github.com/ngocjr7/scoss'
}

with open('requirements.txt') as f:
Expand Down

0 comments on commit b5b8fc0

Please sign in to comment.