-
Notifications
You must be signed in to change notification settings - Fork 2
/
setup.cfg
34 lines (31 loc) · 889 Bytes
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[metadata]
name = utd
version = 0.1.3
author = Murzchnvok
author_email = murzchnvok@gmail.com
description = Just an Ugly To-Do app that I wanted to develop.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/Murzchnvok/ugly-todo
project_urls =
Bug Tracker = https://github.com/Murzchnvok/ugly-todo/issues
classifiers =
Environment :: Console
License :: OSI Approved :: The Unlicense (Unlicense)
Operating System :: MacOS
Operating System :: Microsoft :: Windows
Operating System :: POSIX
Programming Language :: Python :: 3 :: Only
keywords="to-do note kanban-board minimalist"
[options]
package_dir =
= src
packages = find:
install_requires =
colored>=1.4.3
python_requires = >=3.10
[options.packages.find]
where = src
[options.entry_points]
console_scripts =
utd = ugly_todo.__main__:main