Skip to content

Commit

Permalink
( #70) Add PyPI badge and project URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
SevgiAkten committed Nov 7, 2024
1 parent 980423a commit 0c4d77e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
![Repo Size](https://img.shields.io/github/repo-size/SevgiAkten/pycellga)
![Python Version](https://img.shields.io/badge/python-3.x-blue.svg)
![GitHub Contributors](https://img.shields.io/github/contributors/SevgiAkten/pycellga)
[![PyPI version](https://img.shields.io/pypi/v/pycellga.svg)](https://pypi.org/project/pycellga/)


# pycellga: A Python Package for Improved Cellular Genetic Algorithms
Expand Down
6 changes: 6 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,10 @@
'Operating System :: OS Independent',
],
python_requires='>=3.6',
project_urls={
'Documentation': 'https://sevgiakten.github.io/pycellga/',
'Source': 'https://github.com/SevgiAkten/pycellga',
'Issue Tracker': 'https://github.com/SevgiAkten/pycellga/issues',
'PyPI': 'https://pypi.org/project/pycellga/',
},
)

0 comments on commit 0c4d77e

Please sign in to comment.