1
0
Fork 0
mirror of synced 2024-06-10 22:54:41 +12:00
This commit is contained in:
Dummerle 2021-04-08 12:11:28 +02:00
parent 97b18ff2a1
commit c73cc4e1be
3 changed files with 3 additions and 4 deletions

View file

@ -1,3 +1,3 @@
include README.md include README.md
include Rare/languages/*.qm include rare/languages/de.qm
include Rare/Styles/* include rare/styles/*

View file

@ -1,5 +1,5 @@
import os import os
__version__ = "1.0_beta" __version__ = "1.0_beta2"
style_path = os.path.join(os.path.dirname(__file__), "styles/") style_path = os.path.join(os.path.dirname(__file__), "styles/")
lang_path = os.path.join(os.path.dirname(__file__), "languages/") lang_path = os.path.join(os.path.dirname(__file__), "languages/")

View file

@ -9,7 +9,6 @@ setuptools.setup(
name="Rare", name="Rare",
version=version, version=version,
author="Dummerle", author="Dummerle",
author_email="lennardbaeumer@gmail.com",
license="GPL-3", license="GPL-3",
long_description=long_description, long_description=long_description,
long_description_content_type="text/markdown", long_description_content_type="text/markdown",