-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Matthew Barnett
committed
May 2, 2023
1 parent
16bcce0
commit 797b57a
Showing
4 changed files
with
8 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
Version: 2023.5.4 | ||
|
||
Fixed pyproject.toml and setup.py. | ||
|
||
Version: 2023.5.3 | ||
|
||
pyproject.toml was missing. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,3 @@ | ||
[project] | ||
name = "regex" | ||
version = "2023.5.2" | ||
authors = [ | ||
{name="Matthew Barnett", email="regex@mrabarnett.plus.com"}, | ||
] | ||
description = "Alternative regular expression module, to replace re." | ||
readme = "README.rst" | ||
requires-python = ">=3.6" | ||
classifiers = [ | ||
"Development Status :: 5 - Production/Stable", | ||
"Intended Audience :: Developers", | ||
"License :: OSI Approved :: Apache Software License", | ||
"Operating System :: OS Independent", | ||
"Programming Language :: Python :: 3.6", | ||
"Programming Language :: Python :: 3.7", | ||
"Programming Language :: Python :: 3.8", | ||
"Programming Language :: Python :: 3.9", | ||
"Programming Language :: Python :: 3.10", | ||
"Programming Language :: Python :: 3.11", | ||
"Topic :: Scientific/Engineering :: Information Analysis", | ||
"Topic :: Software Development :: Libraries :: Python Modules", | ||
"Topic :: Text Processing", | ||
"Topic :: Text Processing :: General", | ||
] | ||
license = {file = "LICENSE.txt"} | ||
|
||
[build-system] | ||
requires = ["setuptools>=61.0"] | ||
requires = ["setuptools"] | ||
build-backend = "setuptools.build_meta" | ||
|
||
[project.urls] | ||
"Homepage" = "https://github.com/mrabarnett/mrab-regex" | ||
"Bug Tracker" = "https://github.com/mrabarnett/mrab-regex/issues" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters