diff --git a/pyproject.toml b/pyproject.toml index d2ee431..21fdc57 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] 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]