Skip to content

Commit

Permalink
Merge pull request #1271 from WilliamJamieson/bugfix/license
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamJamieson authored Dec 13, 2022
2 parents 3cfb47b + e76435f commit 4213bd0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
BSD 3-Clause License

Copyright (c) 2021 Association of Universities for Research in Astronomy.
All rights reserved.

Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@ requires-python = '>=3.8'
license = { file = 'LICENSE' }
authors = [{ name = 'The ASDF Developers', email = '[email protected]' }]
classifiers = [
"License :: OSI Approved :: BSD License",
'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',
'Development Status :: 5 - Production/Stable',
]
dependencies = [
Expand Down

0 comments on commit 4213bd0

Please sign in to comment.