File tree Expand file tree Collapse file tree 3 files changed +32
-106
lines changed Expand file tree Collapse file tree 3 files changed +32
-106
lines changed Original file line number Diff line number Diff line change 2
2
3
3
A terminal to-do app that helps you focus on one task at a time.
4
4
5
- [ ![ PyPI version] ( https://img.shields.io/pypi/v/tasknow.svg )] ( https://pypi.org/project/tasknow/ )
6
- [ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-yellow.svg )] ( https://opensource.org/licenses/MIT )
7
-
8
5
## Why use TaskNow?
9
6
10
7
- Stay focused by seeing just your current task
@@ -80,12 +77,6 @@ Show help:
80
77
tasknow help
81
78
```
82
79
83
- ## Links
84
-
85
- - ** PyPI:** [ https://pypi.org/project/tasknow/ ] ( https://pypi.org/project/tasknow/ )
86
- - ** Source Code:** [ https://github.com/decodingchris/tasknow ] ( https://github.com/decodingchris/tasknow )
87
- - ** Issue Tracker:** [ https://github.com/decodingchris/tasknow/issues ] ( https://github.com/decodingchris/tasknow/issues )
88
-
89
80
## License
90
81
91
82
This project is licensed under the ** MIT License** . See the [ LICENSE] ( https://opensource.org/licenses/MIT ) file for details.
Original file line number Diff line number Diff line change
1
+ [build-system ]
2
+ requires = [" setuptools>=61.0" , " wheel" ]
3
+ build-backend = " setuptools.build_meta"
4
+
5
+ [project ]
6
+ name = " tasknow"
7
+ version = " 1.0.8"
8
+ description = " A terminal to-do app that helps you focus on one task at a time."
9
+ authors = [
10
+ { name = " Decoding Chris" }
11
+ ]
12
+ license = " MIT"
13
+ readme = " README.md"
14
+ requires-python = " >=3.10"
15
+ classifiers = [
16
+ " Programming Language :: Python :: 3" ,
17
+ " Programming Language :: Python :: 3.10" ,
18
+ " Programming Language :: Python :: 3.11" ,
19
+ " Programming Language :: Python :: 3.12" ,
20
+ " Programming Language :: Python :: 3.13" ,
21
+ " Operating System :: POSIX :: Linux" ,
22
+ " Intended Audience :: End Users/Desktop" ,
23
+ " Environment :: Console" ,
24
+ " Topic :: Utilities"
25
+ ]
26
+
27
+ [project .scripts ]
28
+ tasknow = " main:main"
29
+
30
+ [project .urls ]
31
+ Homepage = " https://github.com/decodingchris/TaskNow"
32
+ Issues = " https://github.com/decodingchris/TaskNow/issues"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments