Skip to content

Commit d212c41

Browse files
committed
update pyproject
1 parent 2e35097 commit d212c41

File tree

10 files changed

+12
-24
lines changed

10 files changed

+12
-24
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -236,14 +236,14 @@ Response:
236236

237237
Screenshots:
238238
Home Page:
239-
![home page](app/assets/images/home.png)
240-
![home dark mode](app/assets/images/home_dark.png)
241-
![home page](app/assets/images/valid.png)
242-
![home layout](app/assets/images/short_url.png)
243-
![recent](app/assets/images/recent.png)
239+
![home page](./assets/images/home.png)
240+
![home dark mode](./assets/images/home_dark.png)
241+
![home page](./assets/images/valid.png)
242+
![home layout](./assets/images/short_url.png)
243+
![recent](./assets/images/recent.png)
244244
tiny API Page:
245-
![API](app/assets/images/API_page.png)
246-
![API1](app/assets/images/api_page2.png)
245+
![API](./assets/images/API_page.png)
246+
![API1](./assets/images/api_page2.png)
247247

248248
📜License
249249

pyproject.toml

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,15 @@ name = "tiny"
33
version = "0.1.0"
44
description = "A package for URL Shortener with QR Code generation"
55
authors = [
6-
{ name = "recursivezero", email = "recursivezero@users.noreply.github.com" },
6+
{ name = "recursivezero", email = "152776938+recursivezero@users.noreply.github.com" },
77
]
88
maintainers = [
9-
{ name = "Harsh Mishra", email = "harshmishra2609@users.noreply.github.com" },
9+
{ name = "Harsh Mishra", email = "187759129+harshmishra2701@users.noreply.github.com" },
1010
]
1111
license = "MIT"
1212
readme = "README.md"
1313
requires-python = ">=3.10,<3.13"
14-
keywords = [
15-
"url-shortener",
16-
"qr-code",
17-
"flask",
18-
"pymongo",
19-
"python-dotenv",
20-
"qrcode",
21-
"pillow",
22-
]
14+
keywords = ["url-shortener", "qr-code", "fastapi", "qrcode"]
2315
classifiers = [
2416
"Programming Language :: Python :: 3",
2517
"Topic :: Software Development :: Libraries",
@@ -70,11 +62,7 @@ without_hashes = true
7062
without = ["dev"]
7163

7264
[tool.poetry-audit]
73-
ignore = ["GHSA-9hjg-9r4m-mvj7", "GHSA-3f63-hfp8-52jq", "GHSA-44wm-f244-xhp3"]
74-
75-
[[tool.poetry.packages]]
76-
include = "app"
65+
ignore = []
7766

7867
[tool.poetry]
79-
name = "tiny"
80-
version = "0.1.0"
68+
packages = [{ include = "app" }]

0 commit comments

Comments
 (0)