-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
56 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "recoverpy" | ||
version = "2.1.5" | ||
version = "2.1.6" | ||
description = "A TUI to recover overwritten or deleted data." | ||
authors = ["PabloLec <[email protected]>"] | ||
license = "GPL-3.0 License" | ||
|
@@ -9,63 +9,63 @@ homepage = "https://github.com/PabloLec/recoverpy" | |
repository = "https://github.com/PabloLec/recoverpy" | ||
documentation = "https://github.com/PabloLec/recoverpy#readme" | ||
keywords = ["data", | ||
"recovery", | ||
"search", | ||
"cli", | ||
"console", | ||
"cui", | ||
"tui", | ||
"ncurses", | ||
"terminal", | ||
"cybersec", | ||
"cybersecurity", | ||
"security", | ||
"pentesting", | ||
"pentest", | ||
"forensics", | ||
"forensic", | ||
"hack", | ||
"hacking", | ||
"data recovery", | ||
"data recovery tool", | ||
"grep", | ||
"linux", | ||
"unix", | ||
"education", | ||
"teaching", | ||
"training", | ||
"teach", | ||
"learn", | ||
"textual", | ||
"asyncio", | ||
"async", | ||
"recovery", | ||
"search", | ||
"cli", | ||
"console", | ||
"cui", | ||
"tui", | ||
"ncurses", | ||
"terminal", | ||
"cybersec", | ||
"cybersecurity", | ||
"security", | ||
"pentesting", | ||
"pentest", | ||
"forensics", | ||
"forensic", | ||
"hack", | ||
"hacking", | ||
"data recovery", | ||
"data recovery tool", | ||
"grep", | ||
"linux", | ||
"unix", | ||
"education", | ||
"teaching", | ||
"training", | ||
"teach", | ||
"learn", | ||
"textual", | ||
"asyncio", | ||
"async", | ||
] | ||
classifiers = [ | ||
"Development Status :: 5 - Production/Stable", | ||
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)", | ||
"Operating System :: POSIX :: Linux", | ||
"Environment :: Console", | ||
"Environment :: Console :: Curses", | ||
"Intended Audience :: End Users/Desktop", | ||
"Intended Audience :: Developers", | ||
"Intended Audience :: System Administrators", | ||
"Intended Audience :: Information Technology", | ||
"Intended Audience :: Education", | ||
"Programming Language :: Python :: 3.8", | ||
"Programming Language :: Python :: 3.9", | ||
"Programming Language :: Python :: 3.10", | ||
"Programming Language :: Python :: 3.11", | ||
"Programming Language :: Python :: 3.12", | ||
"Topic :: Security", | ||
"Topic :: System :: Filesystems", | ||
"Topic :: System :: Archiving :: Backup", | ||
"Topic :: System :: Recovery Tools", | ||
"Topic :: System :: Shells", | ||
"Topic :: System :: Systems Administration", | ||
"Topic :: Terminals", | ||
"Topic :: Utilities", | ||
"Typing :: Typed", | ||
"Framework :: AsyncIO", | ||
"Development Status :: 5 - Production/Stable", | ||
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)", | ||
"Operating System :: POSIX :: Linux", | ||
"Environment :: Console", | ||
"Environment :: Console :: Curses", | ||
"Intended Audience :: End Users/Desktop", | ||
"Intended Audience :: Developers", | ||
"Intended Audience :: System Administrators", | ||
"Intended Audience :: Information Technology", | ||
"Intended Audience :: Education", | ||
"Programming Language :: Python :: 3.8", | ||
"Programming Language :: Python :: 3.9", | ||
"Programming Language :: Python :: 3.10", | ||
"Programming Language :: Python :: 3.11", | ||
"Programming Language :: Python :: 3.12", | ||
"Topic :: Security", | ||
"Topic :: System :: Filesystems", | ||
"Topic :: System :: Archiving :: Backup", | ||
"Topic :: System :: Recovery Tools", | ||
"Topic :: System :: Shells", | ||
"Topic :: System :: Systems Administration", | ||
"Topic :: Terminals", | ||
"Topic :: Utilities", | ||
"Typing :: Typed", | ||
"Framework :: AsyncIO", | ||
] | ||
|
||
[tool.poetry.scripts] | ||
|