Skip to content

Commit

Permalink
Provide Windows support (hopefully)
Browse files Browse the repository at this point in the history
Theoretically this should enable Windows support for ghp-import. As I
don't have a Windows development environment I'll have to wait for feed
back to verify this change.
  • Loading branch information
davisp committed Feb 10, 2016
1 parent ab2637f commit ef30cbf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
File renamed without changes.
8 changes: 7 additions & 1 deletion setup.py
Expand Up @@ -29,5 +29,11 @@
"Programming Language :: Python :: 3",
],

scripts = ['ghp-import']
py_modules = ["ghp_import"],

entry_points = {
"console_scripts": [
"ghp-import = ghp_import:main",
],
}
)

0 comments on commit ef30cbf

Please sign in to comment.