diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 5faea39..5e8e810 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -11,7 +11,7 @@ donjon-painter isn't limited to just the themes it comes with. You can easily ma Creating a theme is just a matter of making a folder of at least 12 images that comprise those 12 different asset types. Each image should be in the shape of a square, examples of which can be seen in this project's `theme folder`_, the inbuilt themes that donjon-painter comes with. These images will be automatically rotated when necessary - **you only need a single asset of each tile type** to make it work. -.. _theme folder: https://github.com/Blackflighter/donjon-painter/tree/master/donjon_painter/themes +.. _theme folder: https://github.com/donjon-painter/donjon-painter/tree/master/donjon_painter/themes Having chosen your selected theme, use the command below to make donjon-painter save these rotated images into a proper theme. While it'll work fine without those extra assets, it keeps things orderly, and taxes the script a little less. Make sure to name your image assets according to the `tile asset table`_. diff --git a/README.rst b/README.rst index 5daa83f..5595292 100644 --- a/README.rst +++ b/README.rst @@ -21,8 +21,6 @@ Prerequisites Installation ============ -The packages provided in pyPI and the AUR are outdated. - --------------- Linux and MacOS --------------- @@ -36,6 +34,24 @@ Then extract the archive and run in the terminal. .. _the releases page: https://github.com/donjon-painter/donjon-painter/releases/ +------------------------ +AUR Package (Arch Linux) +------------------------ +If you're using Arch Linux, get the PKGBUILD `from here`_. + +.. _from here: https://aur.archlinux.org/packages/donjon-painter/ + +--------- +Using pip +--------- +donjon-painter is `available on PyPI`_. Get it using this command: + +:: + + pip install --user --upgrade donjon-painter + +.. _available on PyPI: https://pypi.org/project/donjon-painter/ + ----------- Windows EXE ----------- diff --git a/donjon_painter/themes/modularDungeonTiles/.7.png-autosave.kra b/donjon_painter/themes/modularDungeonTiles/.7.png-autosave.kra deleted file mode 100644 index 5bab031..0000000 Binary files a/donjon_painter/themes/modularDungeonTiles/.7.png-autosave.kra and /dev/null differ diff --git a/donjon_painter/themes/modularDungeonTiles/.8.png-autosave.kra b/donjon_painter/themes/modularDungeonTiles/.8.png-autosave.kra deleted file mode 100644 index c74cd59..0000000 Binary files a/donjon_painter/themes/modularDungeonTiles/.8.png-autosave.kra and /dev/null differ diff --git a/setup.py b/setup.py index 2a606e4..e7e2d07 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ license='GPLv3', description='Graphical map translator for donjon\'s Random Dungeon Generator TSV files.', long_description=long_description, - url='https://github.com/Blackflighter/donjon-painter', + url='https://github.com/donjon-painter/donjon-painter', packages=setuptools.find_packages(), include_package_data=True, package_dir={'donjon-painter': 'donjon_painter'},