Skip to content

Commit

Permalink
add descriptors for pypi to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Amar1729 committed Jul 2, 2021
1 parent 271c203 commit c068660
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@ version = "0.1.0"
description = "Install python modules from pypi from a previous date in history"
authors = ["Amar Paul <amar.paul16@gmail.com>"]
license = "MIT"
readme = "README.md"

include = [
{ path = "tests", format = "sdist" }
]

repository = "https://github.com/Amar1729/pip-rewind"

keywords = ["packaging", "dependency"]

classifiers = [
"Environment :: Console",
"Intended Audience :: Developers",
"Topic :: Software Development :: Build Tools",
]

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

0 comments on commit c068660

Please sign in to comment.