11[build-system ]
2- requires = [" setuptools==74.1.2 " ]
3- build-backend = " setuptools.build_meta "
2+ requires = [" hatchling " ]
3+ build-backend = " hatchling.build "
44
55[project ]
66dynamic = [" version" ]
77name = " crossenv"
88description = " A cross-compiling tool for Python extension modules"
99readme = { file = " README.rst" , content-type = " text/x-rst" }
10- requires-python = " >=3.5 "
10+ requires-python = " >=3.6 "
1111license = { file = " LICENSE.txt" }
12- authors = [
13- {
name =
" Benjamin Fogle" ,
email =
" [email protected] " }
14- ]
15- maintainers = [
16- {
name =
" Benjamin Fogle" ,
email =
" [email protected] " }
17- ]
1812classifiers = [
19- " Development Status :: 3 - Alpha " ,
13+ " Development Status :: 4 - Beta " ,
2014 " Intended Audience :: Developers" ,
2115 " Topic :: Software Development :: Build Tools" ,
2216 " License :: OSI Approved :: MIT License" ,
@@ -26,17 +20,20 @@ dependencies = [
2620 " wheel"
2721]
2822
29- [project .urls ]
30- Homepage = " https://github.com/benfogle/crossenv"
23+ [[project .authors ]]
24+ name = " Benjamin Fogle"
25+ 3126
32- [tool .setuptools ]
33- packages = [" crossenv" ]
27+ [[project .maintainers ]]
28+ name = " Dustin Spicuzza"
29+ 30+
31+ [project .urls ]
32+ Homepage = " https://github.com/robotpy/crossenv"
3433
35- [tool .setuptools . dynamic ]
36- version = { attr = " crossenv.__version__ " }
34+ [tool .hatch . version ]
35+ path = " crossenv/__init__.py "
3736
38- [tool .setuptools .package-data ]
39- crossenv = [" scripts/*" ]
4037
4138[tool .black ]
4239include = '''
0 commit comments