-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #110 from braingram/standard_1p6p0
Update schemas for ASDF standard 1.6.0
- Loading branch information
Showing
107 changed files
with
5,270 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,20 +2,20 @@ | |
name = 'asdf_transform_schemas' | ||
description = 'ASDF schemas for transforms' | ||
readme = 'README.md' | ||
requires-python = '>=3.8' | ||
requires-python = '>=3.9' | ||
license = { file = 'LICENSE' } | ||
authors = [{ name = 'The ASDF Developers', email = '[email protected]' }] | ||
classifiers = [ | ||
'Programming Language :: Python', | ||
'Programming Language :: Python :: 3', | ||
'Programming Language :: Python :: 3.8', | ||
'Programming Language :: Python :: 3.9', | ||
'Programming Language :: Python :: 3.10', | ||
'Programming Language :: Python :: 3.11', | ||
'Programming Language :: Python :: 3.12', | ||
'Development Status :: 5 - Production/Stable', | ||
] | ||
dependencies = [ | ||
'asdf-standard >= 1.0.1', | ||
'importlib_resources >= 3; python_version<"3.9"', | ||
'asdf-standard >= 1.1.0', | ||
] | ||
dynamic = ['version'] | ||
|
||
|
Oops, something went wrong.