forked from briancline/crm114-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Several static analysis fixes, v2.0.2
* Don't use relative imports * Remove __version__ from module init, unnecessary maintenance * Change Classifier to "new" style class * Don't redefine built-in list * Fix typo when calling os.makedirs
- Loading branch information
1 parent
27cc733
commit 52f1450
Showing
3 changed files
with
8 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
|
||
setup( | ||
name='crm114', | ||
version='2.0.1', | ||
version='2.0.2', | ||
author='Brian Cline', | ||
author_email='[email protected]', | ||
description=('Python wrapper classes for the CRM-114 Discriminator ' | ||
|