Skip to content

Commit

Permalink
fix import of constant odule
Browse files Browse the repository at this point in the history
  • Loading branch information
brownsarahm committed Apr 10, 2024
1 parent 599727b commit da093ad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions cspt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
from .sitetools import generate_csv_from_index
from .tasktracking import calculate_badge_date, fetch_to_checklist
from .grade_calculation import calculate_grade, community_apply
from .grade_constants import exp_thresh, community_cost
from .grade_constants import letter_df
from .grade_constants import bonus_criteria, weights, default_badges


from .badges import field_parser

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
py_modules=['cspt','cspt.activities','cspt.badges','cspt.cli',
'cspt.config','cspt.lesson','cspt.notes','cspt.prep',
'cspt.sitetools','cspt.tasktracking','cspt.grade_calculation',
'cspt.grade_contants'
'cspt.grade_constants'
],
install_requires=[
'Click', 'pandas', 'lxml','pyyaml', 'numpy','requests','html5lib'
Expand Down

0 comments on commit da093ad

Please sign in to comment.