Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aljazerzen committed Nov 24, 2023
1 parent e522fce commit 22a33b1
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
name = "parsing"
description = "LR(1) parser generator for Python and CFSM and GLR parser drivers"
requires-python = ">=3.7.0"
dynamic = ["version"]
license = { file = "" }
dynamic = ["version", "dependencies", "optional-dependencies"]
license = { file = "LICENSE" }
authors = [{ name = "Jason Evans", email = "jasone@canonware.com" }]
readme = { file = "README.rst", content-type = "text/x-rst" }
classifiers = [
Expand All @@ -15,10 +15,6 @@ classifiers = [
'Topic :: Software Development :: Compilers',
'Topic :: Text Processing :: General',
]
dependencies = ['mypy-extensions>=1.0.0']

[project.optional-dependencies]
test = ['flake8', 'mypy>=1.4.1']

[build-system]
requires = ["setuptools>=42", "wheel"]
Expand Down

0 comments on commit 22a33b1

Please sign in to comment.