Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
include README.rst
include CHANGES.rst
include LICENSE.rst

include setup.cfg
include pyproject.toml
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[build-system]
requires = ["setuptools>=30.3.0",
requires = ["setuptools>=77.3.1",
"setuptools_scm>=8.0.0",
"wheel"]
]
build-backend = 'setuptools.build_meta'

[tool.setuptools_scm]
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ classifiers =
Programming Language :: Python
Programming Language :: Python :: 3
Operating System :: OS Independent
License :: OSI Approved :: BSD License
license = BSD
license = BSD-3-Clause
license_files = LICENSE.rst
description = Sphinx extensions and configuration specific to the Astropy project
long_description = file: README.rst
long_description_content_type = text/x-rst
Expand Down