update
This commit is contained in:
parent
5e99216cf2
commit
55e7da35f4
38 changed files with 16 additions and 13 deletions
|
|
@ -28,9 +28,6 @@ classifiers = [
|
|||
]
|
||||
dynamic = ["version", "readme", "dependencies"] # cannot be dynamic ['license']
|
||||
|
||||
[project.scripts]
|
||||
qweechat = "qweechat:iMain"
|
||||
|
||||
[project.license]
|
||||
file = "COPYING"
|
||||
|
||||
|
|
@ -48,6 +45,8 @@ version = {attr = "qweechat.version.VERSION"}
|
|||
readme = {file = ["README.md"]}
|
||||
dependencies = {file = ["requirements.txt"]}
|
||||
|
||||
[tool.setuptools]
|
||||
packages = ["qweechat", "qweechat.weechat"]
|
||||
#[tool.setuptools]
|
||||
#packages = ["qweechat", "qweechat.weechat"]
|
||||
|
||||
#[tool.setuptools.packages.find]
|
||||
#where=src
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue