Skip to content

Commit

Permalink
update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
c0m4r committed Jan 23, 2024
1 parent 8313390 commit 9084e9e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,13 @@ license = { text = "GPLv3" }
readme = "README.md"
requires-python = ">=3.6"
classifiers = [
"Intended Audience :: System Administrators",
"Environment :: Console",
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Operating System :: OS Independent",
"Operating System :: POSIX :: Linux",
"Topic :: System :: Networking",
"Topic :: System :: Operating System",
]
dependencies = [
"psutil>=5.9.8",
Expand All @@ -24,3 +28,4 @@ neatplan = "neatplan:main"
[project.urls]
Homepage = "https://github.com/c0m4r/neatplan"
Issues = "https://github.com/c0m4r/neatplan/issues"
Changelog = "https://github.com/c0m4r/neatplan/blob/main/CHANGELOG"

0 comments on commit 9084e9e

Please sign in to comment.