From 64c8c46bd0cf5ce9fb2439a7e3706e014de09029 Mon Sep 17 00:00:00 2001 From: Sergey Miroshnichenko Date: Thu, 25 Jan 2024 16:37:44 +0300 Subject: [PATCH] [pyproject] cleanup --- pyproject.toml | 32 ++------------------------------ 1 file changed, 2 insertions(+), 30 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c19dda3..c5e891b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,15 +2,11 @@ name="negwm" version="0.9.7" description="negwm - brings a lot of unique UX features inspired by notion/ion3" -# authors=[ {name="Neg", email="serg.zorg@gmail.com"}, ] authors=["Neg "] license="LGPL-3.0" -# readme={file="README-en.md", "content-type"="text/markdown"} keywords=["negwm", "i3", "i3ipc"] -# requires-python=">=3.11" -# dynamic=['version'] -[project.scripts] +[tool.poetry.scripts] negwm="negwm.main:NegWM.main" audio-menu="negwm.menu.audio_menu:main" i3-menu="negwm.menu.i3_menu:main" @@ -24,35 +20,12 @@ path = "negwm/__about__.py" [tool.hatch.build] pure_python=false -include=[ - 'negwm', - 'negwm/lib', - 'negwm/modules', - 'negwm/bin', -] +include=['negwm', 'negwm/lib', 'negwm/modules', 'negwm/bin'] [project.urls] "Homepage"="https://github.com/neg-serg/negwm" "Repository"="https://github.com/neg-serg/negwm" -# [build-system] -# requires=["hatchling"] -# build-backend="hatchling.build" -# authors=["Neg "] -# license="LGPL-3.0 License" -# readme=['README.md', 'README-en.md'] -# homepage="https://github.com/neg-serg/negwm" -# repository="https://github.com/neg-serg/negwm" -# requires-python=">=3.11" -# packages=[ -# {include='negwm/__main__.py'}, -# {include='negwm/*.py'}, -# {include='negwm/lib/*.py'}, -# {include='negwm/bin/create_cfg'}, -# {include='negwm/modules/*.py'}, -# ] -# keywords = ["negwm", "i3", "i3ipc"] - [tool.poetry.dependencies] asyncinotify='*' docopt='*' @@ -62,7 +35,6 @@ psutil='*' python='^3.10' rich='*' ruamel-yaml='*' -#python3-xlib='*' [tool.poetry.dev-dependencies]