-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
17 lines (15 loc) · 900 Bytes
/
Copy pathpyproject.toml
File metadata and controls
17 lines (15 loc) · 900 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[build-system]
requires = ['setuptools>=61.0']
build-backend = "setuptools.build_meta"
[project]
name = "BubbleTask"
version = "0.0.6"
description = "Configurable, visual task-planning tool that lives on your desktop background."
readme = "README.md"
requires-python = ">=3.8"
classifiers = ['Development Status :: 1 - Planning', 'Environment :: Console', 'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)', 'Natural Language :: English', 'Operating System :: OS Independent', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10']
dependencies = ['tkcalendar', 'tkTimePicker', 'py_simple_ttk', 'pillow']
keywords = []
[project.urls]
"Homepage" = "https://github.com/AndrewSpangler/BubbleTask/"
"Bug Tracker" = "https://github.com/AndrewSpangler/BubbleTask/issues"