Skip to content

Commit

Permalink
Create setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarienburg committed Jul 13, 2015
1 parent a161fd2 commit 2137565
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
from distutils.core import setup
import py2exe

setup(
console=[{
"script":"RepositoryDQProcessor.py",
version="1.1",
author="David Katz-Wigmore",
name="SSVF DQ Repository Processor",
description="A program to facilitate the processing of the monthly SSVF DQ .pdf files")

0 comments on commit 2137565

Please sign in to comment.