Skip to content

Commit

Permalink
return dynamic = ["version"] back
Browse files Browse the repository at this point in the history
  • Loading branch information
Pytlicek authored May 22, 2022
1 parent 7f645b9 commit f9bd965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ build-backend = "setuptools.build_meta"

[project]
name = "sheet2dict"
version = "0.1.3"
authors = [{name = "Tomas Pytel", email = "[email protected]"}]
description = "Simple XLSX and CSV to dictionary converter"
readme = "README.md"
Expand All @@ -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
Expand Down

0 comments on commit f9bd965

Please sign in to comment.