diff --git a/README.rst b/README.rst index edbdc98..3745bda 100644 --- a/README.rst +++ b/README.rst @@ -20,6 +20,25 @@ Edit ``dixit/config.json`` to specify which port to run on (default 8888), and to point to the location of each card deck that you have (e.g., see ``dixit/static/cards/dixit/README.txt``). +Disclaimer +---------- + +This software is solely the work of several fans of the Dixit board +game. It is not intended to substitute nor compete with the original +board game, Dixit (a registered trademark of Libellud Company), and +likewise does not represent the works, views, nor opinions of Libellud. +This software is provided as is, without warranty of any kind, express +or implied. + +Please support the creators, designers, and artists of Dixit by +purchasing the original board game and its expansions. + +We do not currently, nor do we plan to, distribute copywritten artwork. +Currently all cards must be supplied by you, the user. This server is +provided for personal use only (there is no license for commercial use). + +Please contact the maintainer if there are any concerns. + Notes ----- @@ -28,10 +47,3 @@ Please request features or submit changes to https://github.com/arvoelke/Dixit/. Thank you to all the developers who have helped so far! - -We do not currently, nor do we plan to, distribute copywritten artwork. -Currently all cards must be supplied by you, the user. This server is -provided for personal use only (there is no license for commercial use). - -Please consider supporting the designers and artists behind Dixit by -purchasing the original board game. diff --git a/setup.py b/setup.py index b42b14f..5d9aee1 100644 --- a/setup.py +++ b/setup.py @@ -29,14 +29,14 @@ def read(*filenames, **kwargs): setup( name="Dixit", - version="0.1.0", + version="0.1.1", author="Aaron Voelker", author_email="arvoelke@gmail.com", packages=find_packages(), include_package_data=True, url="https://github.com/arvoelke/Dixit/", license="Free for personal (non-commercial) use", - description="Online version of the board game Dixit", + description="Fan server for the board game Dixit", long_description=read("README.rst"), install_requires=install_req, zip_safe=False,