Skip to content

Commit

Permalink
Update links
Browse files Browse the repository at this point in the history
  • Loading branch information
cyanfish committed Mar 17, 2018
1 parent 4122ca8 commit 6a4c38e
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
7 changes: 7 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,10 @@ p . . . . . . p
P . . P . . . P
. P P . . P P .
. . K R . . . .

Installing
----------

::

pip install python-lichess
7 changes: 7 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,10 @@ p . . . . . . p
P . . P . . . P
. P P . . P P .
. . K R . . . .

Installing
----------

::

pip install python-lichess
8 changes: 6 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,18 @@
import platform
import re

def read_description():
return io.open(os.path.join(os.path.dirname(__file__), "README.rst"), encoding="utf-8").read()

setuptools.setup(
name="python-lichess",
version='0.1',
version='0.3',
description='A client for the lichess.org API',
long_description=read_description(),
license="GPL3",
keywords="chess lichess api",
url="https://github.com/cyanfish/python-lichess",
packages=["lichess"],
packages=["lichess.api", "lichess.pgn"],
python_requires=">=2.7,!=3.0.*,!=3.1.*,!=3.2.*",
classifiers=[
"Development Status :: 4 - Beta",
Expand Down

0 comments on commit 6a4c38e

Please sign in to comment.