Skip to content

Commit

Permalink
Add better license specification
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamJamieson committed Dec 13, 2022
1 parent 3cfb47b commit e76435f
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 e76435f

Please sign in to comment.