Skip to content

Commit

Permalink
fix missing files in the palettes folder
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJoin95 committed Apr 12, 2021
1 parent abd654e commit 3d9d1ac
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ImageGoNord/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# gonord version
__version__ = "0.1.2"
__version__ = "0.1.3"

from ImageGoNord.GoNord import *
Empty file.
Empty file.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name="image-go-nord",
version="0.1.2",
version="0.1.3",
description="A tool for converting RGB image to Nordtheme palette",
long_description=README,
long_description_content_type="text/markdown",
Expand All @@ -30,7 +30,7 @@
"Bug Reports": "https://github.com/Schrodinger-Hat/ImageGoNord-pip/issues",
},
packages=find_packages(),
package_data={'ImageGoNord': ['palettes/*.txt']},
package_data={'': ['*.txt', 'palettes/*.txt']},
include_package_data=True,
install_requires=["Pillow"],
python_requires=">=3.5"
Expand Down

0 comments on commit 3d9d1ac

Please sign in to comment.