Skip to content

Commit

Permalink
Include JSON schema file in FramAT package
Browse files Browse the repository at this point in the history
  • Loading branch information
aarondettmann committed Aug 13, 2019
1 parent b11ce9e commit 600fc30
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 13 deletions.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
include README.rst LICENSE.txt
include src/lib/framat/fileio/model_schema.json
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
:alt: Documentation Status

.. image:: https://img.shields.io/badge/license-Apache%202-blue.svg
:target: https://github.com/aarondettmann/ambiance/blob/master/LICENSE.txt
:target: https://github.com/airinnova/framat/blob/master/LICENSE.txt
:alt: License

|
Expand Down
2 changes: 0 additions & 2 deletions src/lib/framat/fem/beamline.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
Beamline
"""

# Author: Aaron Dettmann

from collections import defaultdict
from copy import copy
import logging
Expand Down
2 changes: 0 additions & 2 deletions src/lib/framat/fem/boundary_conditions.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@
Boundary conditions
"""

# Author: Aaron Dettmann

import numpy as np


Expand Down
2 changes: 0 additions & 2 deletions src/lib/framat/fem/element.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
Beam element definition
"""

# Author: Aaron Dettmann

from collections import defaultdict
import logging

Expand Down
2 changes: 0 additions & 2 deletions src/lib/framat/fem/frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@
| NODES
"""

# Author: Aaron Dettmann

from collections import defaultdict
import logging

Expand Down
2 changes: 0 additions & 2 deletions src/lib/framat/fem/interpolate.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
Interpolate
"""

# Author: Aaron Dettmann

from collections import namedtuple
from operator import attrgetter
import logging
Expand Down
2 changes: 0 additions & 2 deletions src/lib/framat/fem/modelgenerator.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
Frame model generator
"""

# Author: Aaron Dettmann

import uuid
import json
from collections import OrderedDict, defaultdict
Expand Down

0 comments on commit 600fc30

Please sign in to comment.