| 
1 |  | -[project]  | 
2 |  | -name = "regex"  | 
3 |  | -version = "2023.5.2"  | 
4 |  | -authors = [  | 
5 |  | -    { name= "Matthew Barnett",  email= "[email protected]"},  | 
6 |  | -]  | 
7 |  | -description = "Alternative regular expression module, to replace re."  | 
8 |  | -readme = "README.rst"  | 
9 |  | -requires-python = ">=3.6"  | 
10 |  | -classifiers = [  | 
11 |  | -    "Development Status :: 5 - Production/Stable",  | 
12 |  | -    "Intended Audience :: Developers",  | 
13 |  | -    "License :: OSI Approved :: Apache Software License",  | 
14 |  | -    "Operating System :: OS Independent",  | 
15 |  | -    "Programming Language :: Python :: 3.6",  | 
16 |  | -    "Programming Language :: Python :: 3.7",  | 
17 |  | -    "Programming Language :: Python :: 3.8",  | 
18 |  | -    "Programming Language :: Python :: 3.9",  | 
19 |  | -    "Programming Language :: Python :: 3.10",  | 
20 |  | -    "Programming Language :: Python :: 3.11",  | 
21 |  | -    "Topic :: Scientific/Engineering :: Information Analysis",  | 
22 |  | -    "Topic :: Software Development :: Libraries :: Python Modules",  | 
23 |  | -    "Topic :: Text Processing",  | 
24 |  | -    "Topic :: Text Processing :: General",  | 
25 |  | -]  | 
26 |  | -license = {file = "LICENSE.txt"}  | 
27 |  | - | 
28 | 1 | [build-system]  | 
29 |  | -requires = ["setuptools>=61.0"]  | 
 | 2 | +requires = ["setuptools"]  | 
30 | 3 | build-backend = "setuptools.build_meta"  | 
31 |  | - | 
32 |  | -[project.urls]  | 
33 |  | -"Homepage" = "https://github.com/mrabarnett/mrab-regex"  | 
34 |  | -"Bug Tracker" = "https://github.com/mrabarnett/mrab-regex/issues"  | 
0 commit comments