Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
Fixes syntax issues and updates version number.
  • Loading branch information
dmarienburg committed Jul 14, 2015
1 parent 771480f commit cd9de4d
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@

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")
"script": "RepositoryDQProcessor.py",
"version": "1.11",
"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 cd9de4d

Please sign in to comment.