Skip to content

Commit

Permalink
Merge pull request #7 from nzblnk/develop
Browse files Browse the repository at this point in the history
v0.2.0
  • Loading branch information
nzblnk authored Aug 24, 2017
2 parents de09209 + 3d2ce1a commit 9dcdbb2
Show file tree
Hide file tree
Showing 5 changed files with 264 additions and 65 deletions.
2 changes: 1 addition & 1 deletion requirements-build.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ pyperclip
requests
configobj
colorama
cryptography
cryptography==1.8.2
py2exe
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

import sys
import datetime
import sys
from distutils.core import setup

from version import __version__, __requires__

try:
import py2exe
except ImportError:
Expand All @@ -31,7 +33,7 @@
"compressed": 1,
"optimize": 2,
'includes': 'nzblnkconfig',
'excludes': ['doctest','pdb','unittest','difflib','inspect'],
'excludes': ['doctest', 'pdb', 'unittest', 'difflib', 'inspect'],
"dist_dir": 'dist'
}
},
Expand Down
Loading

0 comments on commit 9dcdbb2

Please sign in to comment.