[build-system] requires = ["hatchling>=1.5.0", "hatch-vcs"] build-backend = "hatchling.build" [project] name = "astropy-iers-data" dynamic = ["version"] description = "IERS Earth Rotation and Leap Second tables for the astropy core package" readme = "README.rst" requires-python = ">=3.10" license = "BSD-3-Clause" license-files = ["LICENSE.rst"] keywords = ["astropy", "data", "IERS"] authors = [ {name = "Astropy Developers", email = "astropy.team@gmail.com"} ] classifiers = [ "Intended Audience :: Science/Research", "Intended Audience :: Developers", "Operating System :: OS Independent", "Programming Language :: Python :: 3", ] [project.urls] repository = "https://github.com/astropy/astropy-iers-data" documentation = "https://github.com/astropy/astropy-iers-data/blob/main/README.rst" [project.optional-dependencies] test = [ "pytest", "pytest-remotedata", "hypothesis", ] docs = [ "pytest" ] [tool.hatch.version] source = "vcs" scheme = "plain" [tool.hatch.build.hooks.vcs] version-file = "astropy_iers_data/_version.py" [tool.hatch.build.targets.sdist] only-include = [ "astropy_iers_data", "tests", ]