Skip to content

Commit

Permalink
Push changes to pypi.
Browse files Browse the repository at this point in the history
  • Loading branch information
feluxe committed Oct 12, 2017
1 parent ee22606 commit 0637785
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CONFIG.yaml
@@ -1,6 +1,6 @@
"public_name": "cmdinter"
"interal_name": "cmdinter"
"version": "1.0.0"
"version": "1.0.1"
"license": "unlicensed"
"author": "Felix Meyer-Wolters"
"author_email": "felix@meyerwolters.de"
Expand All @@ -20,5 +20,6 @@
"data_files": []
"classifiers": []
"platforms": ""
"entry_points": {"console_scripts": ["cmdinter = cmdinter.main:execute"], "gui_scripts": []}
"entry_points": {"console_scripts": ["cmdinter = cmdinter.main:execute"], "gui_scripts": []
}
"tests_require": ["buildlib", "wheel"]

0 comments on commit 0637785

Please sign in to comment.