Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
ZackClements committed Mar 30, 2021
1 parent ab01ee7 commit 5bfc225
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,4 @@ Scripts/activate
*.bat
*.ps1
*.exe
tests/test_clients.py
10 changes: 10 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
berserk
=======

This is a downstream branch created to continually maintain berserk.
Original repository: https://github.com/rhgrant10/berserk


.. image:: https://img.shields.io/pypi/v/zack-berserk
:target: https://pypi.python.org/pypi/zack-berserk
Expand All @@ -27,6 +30,13 @@ Python client for the `Lichess API`_.
* Free software: GNU General Public License v3
* Documentation: https://berserk.readthedocs.io.

Install
========

Make sure berserk is uninstall before installing

``pip install berserk-downstream``


Features
========
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@
long_description=readme + '\n\n' + history,
long_description_content_type='text/x-rst',
include_package_data=True,
keywords='zack-berserk',
name='zack-berserk',
keywords='berserk-downstream',
name='berserk-downstream',
packages=find_packages(include=['berserk']),
setup_requires=setup_requirements,
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/ZackClements/berserk',
version='0.11.1',
version='0.11.2',
zip_safe=True,
)

0 comments on commit 5bfc225

Please sign in to comment.