-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
31 lines (28 loc) · 1.09 KB
/
pyproject.toml
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
[build-system]
requires = ["setuptools", 'docopt', 'packaging', 'requests', 'terminaltables', 'colorclass']
build-backend = "setuptools.build_meta"
[project]
name = "pip_ascent"
version = "0.1.1"
authors = [
{ name="Abdulazeez Sherif", email="[email protected]" },
]
description = "A dynamic tool for upgrading pip requirements that seamlessly synchronizes the version changes within your requirements.txt file."
readme = "README.md"
requires-python = ">=3.10"
classifiers = [
'Intended Audience :: Developers',
'Topic :: Utilities',
'License :: Public Domain',
'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',
'Programming Language :: Python :: 3.11',
]
dynamic = ["license", "dependencies", "keywords", "scripts", "optional-dependencies"]
[project.urls]
"Homepage" = "https://github.com/thisisazeez/pip-ascent"
"Bug Tracker" = "https://github.com/thisisazeez/pip-ascent/issues"