Skip to content

Commit

Permalink
Add correct path to package_data
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyMarkinPPC committed Jan 30, 2024
1 parent 3a134ab commit 27de84d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name="terka",
version="2.8.0",
version="2.8.5",
description="CLI utility for creating and managing tasks in a terminal",
long_description=README,
long_description_content_type="text/markdown",
Expand All @@ -20,7 +20,7 @@
url="https://github.com/AndreyMarkinPPC/terka",
packages=find_packages(),
include_package_data=True,
package_data={"": ["service_layer/*.css"]},
package_data={"": ["presentations/text_ui/css/*.css"]},
install_requires=[
"sqlalchemy==1.4.0",
"pyaml",
Expand Down

0 comments on commit 27de84d

Please sign in to comment.