Skip to content

Commit

Permalink
added some metadata to pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryu1845 committed Nov 13, 2021
1 parent c7600b7 commit aed8ba2
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
[tool.poetry]
name = "twspace-dl"
version = "2021.11.13.0"
description = "Twitter Space archive helper script"
description = "The only tool to record Twitter spaces (yet)"
authors = ["Ryu1845 <[email protected]>"]
readme = "README.md"
license = ""
license = "GPL-2.0-only"
classifiers = [
"Development Status :: 5 - Production/Stable",
"Environment :: Console",
"Intended Audience :: End Users/Desktop",
"Topic :: Multimedia :: Sound/Audio :: Capture/Recording"
]

[tool.poetry.dependencies]
python = "^3.8"
Expand Down

0 comments on commit aed8ba2

Please sign in to comment.