Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
More maintenence on license and copying file extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
MintoDA1 authored and MintoDA1 committed Sep 27, 2023
1 parent 86acb54 commit 5204862
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
swiftest_driver.sh
!CMakeLists.txt
!*.cmake
!COPYING.txt
!COPYING
!LICENSE
!CHANGELOG
!README.md
!README_figs/**
Expand All @@ -26,7 +27,6 @@ dump*
*ipynb_checkpoints
**/.DS_Store
!version.txt
!LICENSE
!requirements.txt
!pyproject.toml
**/_skbuild
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ maintainers = [
]
readme = "README.md"
requires-python=">=3.8"
license={file = "LICENSE.txt"}
license={file = "LICENSE"}
classifiers=[
'Development Status :: 3 - Alpha',
'Intended Audience :: Science/Research',
Expand Down

0 comments on commit 5204862

Please sign in to comment.