Skip to content

Commit

Permalink
upate packaging for new modules
Browse files Browse the repository at this point in the history
  • Loading branch information
brownsarahm committed Apr 10, 2024
1 parent 386cdb8 commit 599727b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions cspt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
from .notes import process_export,init_activity_files
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 .badges import field_parser

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

0 comments on commit 599727b

Please sign in to comment.