Skip to content

Commit

Permalink
removing fortran things, using musica python module, creating install…
Browse files Browse the repository at this point in the history
…ation suitable for pypi
  • Loading branch information
K20shores committed Apr 9, 2024
1 parent 2bcc8bf commit 9908e61
Show file tree
Hide file tree
Showing 33 changed files with 25 additions and 7,781 deletions.
11 changes: 0 additions & 11 deletions .dockerignore

This file was deleted.

3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ doc/html/
doc/latex/
data/
__pycache__/
*.pyc
*.pyc
dist
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

34 changes: 0 additions & 34 deletions CMakeLists.txt

This file was deleted.

22 changes: 0 additions & 22 deletions Dockerfile

This file was deleted.

25 changes: 0 additions & 25 deletions cmake/dependencies.cmake

This file was deleted.

48 changes: 0 additions & 48 deletions cmake/test_util.cmake

This file was deleted.

7 changes: 0 additions & 7 deletions include/music_box/music_box.hpp

This file was deleted.

11 changes: 0 additions & 11 deletions packaging/CMakeLists.txt

This file was deleted.

14 changes: 14 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[build-system]
requires = ["flit_core >=3.2,<4", "musica"]
build-backend = "flit_core.buildapi"

[project]
name = "music_box"
authors = [{name = "NCAR/ACOM", email = "[email protected]"}]
readme = "README.md"
license = {file = "LICENSE"}
classifiers = ["License :: OSI Approved :: Apache Software License"]
dynamic = ["version", "description"]

[project.urls]
Home = "https://github.com/NCAR/music-box"
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
musica
Loading

0 comments on commit 9908e61

Please sign in to comment.