summaryrefslogtreecommitdiff
path: root/cxf.py
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-08-02 15:41:10 -0700
committerNate Sesti <sestinj@gmail.com>2023-08-02 15:41:10 -0700
commitf18ddbc962059a6df1f8cc858d1ac88d9ec04887 (patch)
treed3a2a7f35d6277ecd0d5fddd45e0052006d3abb9 /cxf.py
parent69eba15d288e123ddcc6f307d4828192c3bf9f46 (diff)
downloadsncontinue-f18ddbc962059a6df1f8cc858d1ac88d9ec04887.tar.gz
sncontinue-f18ddbc962059a6df1f8cc858d1ac88d9ec04887.tar.bz2
sncontinue-f18ddbc962059a6df1f8cc858d1ac88d9ec04887.zip
attempting alternative solution to import config
Diffstat (limited to 'cxf.py')
-rw-r--r--cxf.py14
1 files changed, 0 insertions, 14 deletions
diff --git a/cxf.py b/cxf.py
deleted file mode 100644
index b8610999..00000000
--- a/cxf.py
+++ /dev/null
@@ -1,14 +0,0 @@
-from cx_Freeze import setup, Executable
-
-setup(
- name="Continue",
- version="0.1",
- description="Continue Server",
- executables=[Executable("run.py")],
-
- options={
- "build_exe": {
- "excludes": ["unnecessary_module"],
- },
- },
-)