Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
th3-z committed Sep 25, 2019
1 parent be158a3 commit 0ee0787
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions magicked_admin/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
sys.exit()

includefiles = [
(os.path.join(SRC_PATH, 'database/schema.sql'), 'database/schema.sql'),
(os.path.join(SRC_PATH, 'scripts/example'), 'scripts/example'),
(os.path.join(SRC_PATH, 'marquee/example'), 'marquee/example'),
(os.path.join(SRC_PATH, 'covf/database/schema.sql'), 'conf/database/schema.sql'),
(os.path.join(SRC_PATH, 'conf/scripts/example'), 'conf/scripts/example'),
(os.path.join(SRC_PATH, 'conf/marquee/example'), 'conf/marquee/example'),
(CERT_PATH, 'certifi/cacert.pem'),
]

Expand Down

0 comments on commit 0ee0787

Please sign in to comment.