From f9bd96577d80a8b77bcb67026e0d1c7346c0aa2c Mon Sep 17 00:00:00 2001 From: Tomas Pytel Date: Sun, 22 May 2022 09:51:46 +0200 Subject: [PATCH] return dynamic = ["version"] back --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ae3b763..cd2873a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,6 @@ build-backend = "setuptools.build_meta" [project] name = "sheet2dict" -version = "0.1.3" authors = [{name = "Tomas Pytel", email = "pytlicek@gmail.com"}] description = "Simple XLSX and CSV to dictionary converter" readme = "README.md" @@ -16,6 +15,7 @@ classifiers = [ urls = {Homepage = "https://github.com/Pytlicek/sheet2dict"} requires-python = ">=3.6" dependencies = ["openpyxl"] +dynamic = ["version"] [tool.setuptools] include-package-data = false