Skip to content

Commit

Permalink
0.1.1 Release
Browse files Browse the repository at this point in the history
Added a disclaimer and edited the description to make it clearer
that this is solely the work of fans. Closes #8.
  • Loading branch information
arvoelke committed Jul 10, 2020
1 parent 266d2e4 commit 265280e
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 9 deletions.
26 changes: 19 additions & 7 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
-----

Expand All @@ -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.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ def read(*filenames, **kwargs):

setup(
name="Dixit",
version="0.1.0",
version="0.1.1",
author="Aaron Voelker",
author_email="[email protected]",
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,
Expand Down

0 comments on commit 265280e

Please sign in to comment.