File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 11include README.rst
22include CHANGES.rst
3- include LICENSE.rst
43
54include setup.cfg
65include pyproject.toml
Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [" setuptools>=30 .3.0 " ,
2+ requires = [" setuptools>=77 .3.1 " ,
33 " setuptools_scm>=8.0.0" ,
4- " wheel " ]
4+ ]
55build-backend = ' setuptools.build_meta'
66
77[tool .setuptools_scm ]
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ classifiers =
88 Programming Language :: Python
99 Programming Language :: Python :: 3
1010 Operating System :: OS Independent
11- License :: OSI Approved :: BSD License
12- license = BSD
11+ license = BSD-3-Clause
12+ license_files = LICENSE.rst
1313description = Sphinx extensions and configuration specific to the Astropy project
1414long_description = file: README.rst
1515long_description_content_type = text/x-rst
You can’t perform that action at this time.
0 commit comments