Skip to content

Commit

Permalink
add classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
R. Broderick committed Apr 28, 2024
1 parent 18c63ac commit b8c4fca
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 94 deletions.
15 changes: 13 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,19 @@ requires = ["setuptools>=67.0", "wheel"]
[project]
authors = [{"name" = "R.Broderick"}]
description = "Python verbal based regular expressions"
version = "2.0.1"
version = "2.0.2"
license = {"file" = "LICENSE"}
name = "verbex"
name = "Verbex"
readme = {file = "README.md", content-type = "text/markdown"}
dependencies = ["beartype", "typing-extensions; python_version < '3.12'"]
requires-python = ">=3.10.0"
classifiers = [
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12"
]

[project.optional-dependencies]
dev = [
Expand Down Expand Up @@ -46,6 +53,10 @@ docs = [
"sphinx-pyproject"
]

[project.urls]
homepage = "https://github.com/rbroderi/Verbex"
documentation = "https://rbroderi.github.io/Verbex/"

[tool.dapperdata]
exclude_paths = [".venv", ".mypy_cache", ".git", ".vscode"]

Expand Down
3 changes: 0 additions & 3 deletions requirements.in

This file was deleted.

5 changes: 0 additions & 5 deletions requirements_dev.in

This file was deleted.

80 changes: 0 additions & 80 deletions requirements_dev.txt

This file was deleted.

4 changes: 0 additions & 4 deletions requirements_test.txt

This file was deleted.

0 comments on commit b8c4fca

Please sign in to comment.