@@ -3,11 +3,11 @@ name = "astroplan"
33authors = [
44 { name = " Astroplan developers" , email = " astropy-dev@googlegroups.com" }
55]
6- license = { text = " BSD-3-Clause" }
6+ license = " BSD-3-Clause"
7+ license-files = [" LICENSE.rst" , " licenses/*.rst" ]
78description = " Observation planning package for astronomers"
89classifiers = [
910 " Intended Audience :: Science/Research" ,
10- " License :: OSI Approved :: BSD License" ,
1111 " Operating System :: OS Independent" ,
1212 " Programming Language :: Python :: 3" ,
1313 " Programming Language :: Python :: Implementation :: CPython" ,
@@ -60,7 +60,6 @@ Documentation = "https://astroplan.readthedocs.io/en/latest/"
6060[tool .setuptools ]
6161zip-safe = false
6262include-package-data = true
63- license-files = [" LICENSE.rst" , " licenses/*.rst" ]
6463
6564[tool .setuptools .packages .find ]
6665namespaces = true
@@ -74,7 +73,7 @@ namespaces = true
7473write_to = " astroplan/_version.py"
7574
7675[build-system ]
77- requires = [" setuptools" ,
76+ requires = [" setuptools>=77.0.1 " ,
7877 " setuptools_scm" ]
7978build-backend = " setuptools.build_meta"
8079
0 commit comments