1
0
Fork 0
mirror of synced 2024-05-15 18:12:46 +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 Rare/languages/*.qm
include Rare/Styles/*
include rare/languages/de.qm
include rare/styles/*

View file

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

View file

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