Skip to content

Commit 3a86316

Browse files
committed
Extending description
1 parent bbe4df9 commit 3a86316

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
# Python Algorithms
1+
# Algorithms and Data Structures.
22

33
[![Build Status](https://travis-ci.org/rlishtaba/py-algorithms.svg?branch=master)](https://travis-ci.org/rlishtaba/py-algorithms)
44

5+
Library of Algorithms, Data Structures, variety of solutions to common CS problems.
6+
57
## Installation
68

79
Add this line to your application as managed dependency:

setup.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,10 @@
2323
'fibonacci priority queue', 'max priority queue', 'min priority queue',
2424
'dynamic connectivity', 'union find', 'quick union', 'weighted quick union',
2525
'weighted quick union with path compression'],
26-
description="Algorithms and Data Structures",
27-
long_description="Algorithms and Data Structures implemented using Python",
28-
license="GPL v3",
26+
description="Library of Algorithms, Data Structures, variety of solutions to common "
27+
"CS problems",
28+
long_description="Algorithms and Data Structures implemented using awesome Python.",
29+
license="MIT",
2930
url='https://github.com/rlishtaba/py-algorithms',
3031
scripts=[],
3132
classifiers=[

0 commit comments

Comments
 (0)