From 10809799f071fd370ca72da3982ce8ed04926f8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Grobol?= Date: Fri, 25 Mar 2022 18:08:54 +0100 Subject: [PATCH] metadata --- pyproject.toml | 1 + setup.cfg | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3db7b75..a8d9a52 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,4 +1,5 @@ [project] +name = "zeldarose" requires-python = ">=3.8" [build-system] diff --git a/setup.cfg b/setup.cfg index 36bb0de..f22a149 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ [metadata] name = zeldarose version = 0.4.0 -description = Train transfomer-based models +description = Train transformer-based models license = MIT author = Loïc Grobol author_email = loic.grobol@gmail.com @@ -21,7 +21,7 @@ keywords = [options] packages = find: -include_package_data=True +include_package_data = True python_requires = >=3.8 install_requires = click