From c068660b1b453e8774d6469582294a5a1bdc7f3d Mon Sep 17 00:00:00 2001 From: Amar1729 Date: Thu, 1 Jul 2021 23:55:29 -0400 Subject: [PATCH] add descriptors for pypi to pyproject.toml --- pyproject.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 15b896f..d780f81 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,6 +4,21 @@ version = "0.1.0" description = "Install python modules from pypi from a previous date in history" authors = ["Amar Paul "] 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"