Skip to content

Commit

Permalink
[pyproject] cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
neg-serg committed Jan 25, 2024
1 parent 186c80b commit 64c8c46
Showing 1 changed file with 2 additions and 30 deletions.
32 changes: 2 additions & 30 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <serg.zorg@gmail.com>"]
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"
Expand All @@ -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 <serg.zorg@gmail.com>"]
# 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='*'
Expand All @@ -62,7 +35,6 @@ psutil='*'
python='^3.10'
rich='*'
ruamel-yaml='*'
#python3-xlib='*'

[tool.poetry.dev-dependencies]

Expand Down

0 comments on commit 64c8c46

Please sign in to comment.