Skip to content

Commit

Permalink
updating the run script for the user frontend and reverting to stock …
Browse files Browse the repository at this point in the history
…deplyment
  • Loading branch information
ooemperor committed Feb 18, 2024
1 parent 00594f0 commit bc99f0d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions setup_full.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,24 @@

from setuptools import setup, find_packages

PACKAGE_DATA = {
"codeGrader.frontend": [
"admin/static/*",
"admin/static/*/*",
"admin/static/*/*/*",
"admin/templates/*.*",
"user/static/*",
"user/static/*/*",
"user/static/*/*/*",
"user/templates/*.*"
]
}

setup(
name='codeGrader',
version='1.0',
packages=find_packages(),
package_data=PACKAGE_DATA,
url='https://github.com/ooemperor/CodeGrader',
license='GNU Affero General Public License v3.0',
author='mkaiser',
Expand Down

0 comments on commit bc99f0d

Please sign in to comment.