Skip to content

Commit

Permalink
Modified the project description.
Browse files Browse the repository at this point in the history
  • Loading branch information
remiomosowon committed Aug 5, 2016
1 parent 846195b commit 0718d84
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pyeasyga

Introduction
------------
A simple and easy-to-use Genetic Algorithm implementation library in Python.
A simple and easy-to-use implementation of a Genetic Algorithm library in Python.

``pyeasyga`` provides a simple interface to the power of Genetic Algorithms
(GAs). You don't have to have expert GA knowledge in order to use it.
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
pyeasyga
==================================================

*A simple and easy-to-use Genetic Algorithm implementation library in Python*
*A simple and easy-to-use implementation of a Genetic Algorithm library in Python*

**Contents:**

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def find_version(*file_paths):
setup(
name='pyeasyga',
version=find_version('pyeasyga', '__init__.py'),
description='A simple and easy-to-use Genetic Algorithm implementation library in Python',
description='A simple and easy-to-use implementation of a Genetic Algorithm library in Python',
long_description=readme + '\n\n' + history,
author='Ayodeji Remi-Omosowon',
author_email='[email protected]',
Expand Down
1 change: 1 addition & 0 deletions update_version.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Remember to initialise git flow first (i.e. 'git flow init')
# and to supply a version argument (e.g. 0.3.1) when running this file.
git flow release start v$1
sed -i -e "s/__version__ = '.*'/__version__ = '$1'/g" pyeasyga/__init__.py
rm -rf docs/generated
Expand Down

0 comments on commit 0718d84

Please sign in to comment.