-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
41 lines (38 loc) · 1.53 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
32
33
34
35
36
37
38
39
40
41
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "pasta-man"
version = "1.1.5"
description = "Password Manager"
requires-python = ">=3.10"
classifiers = [
"Development Status :: 4 - Beta",
"Topic :: Software Development",
"Topic :: Security",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Intended Audience :: End Users/Desktop"
]
keywords = ['d33pster', 'pasta-man', 'passman', 'pastaman', 'password-manager', 'password manager', 'password', 'manager']
readme = {file = "readmeforpypi.md", content-type = "text/markdown"}
license = { file = "LICENSE" }
authors = [
{name = "Soumyo Deep Gupta", email = "deep.main.ac@gmail.com"},
{name = "Sairam Pimple", email = "sairampimple003@gmail.com"},
{name = "Shubham Narendra Singh", email = "shubh1122000@gmail.com"}
]
maintainers = [
{name = "Soumyo Deep Gupta", email = "deep.main.ac@gmail.com"}
]
dependencies = ['cryptography', 'pandas', 'colorama', 'tk', 'optioner>=1.5.2', 'pyperclip', 'ttkthemes', 'pyinstaller', 'wrapper-bar>=0.1.4', 'requests']
[project.scripts]
pasta-man-launcher = "pasta_man.pasta_man:main"
pasta-man = "pasta_man.self_launch_thread.Launcher:main"
[project.urls]
GitHub = 'https://github.com/d33pster/pasta-man'
Issues = 'https://github.com/d33pster/pasta-man/issues'
Documentation = 'https://d33pster.github.io/pasta-man/'