Skip to content
Permalink
Browse files
Stup Fix
Setup file fixed for windows install
  • Loading branch information
aa9863 committed Jul 7, 2020
1 parent d1b7dcc commit 1180728327953b59149d4052fd1689035fd2228c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
@@ -0,0 +1,3 @@
{
"python.pythonPath": "c:\\Users\\dang\\Documents\\GitHub\\MarkdownMark\\env\\Scripts\\python.exe"
}
@@ -26,7 +26,7 @@ setup(
tests_require=testRequires,
#Load the Library
packages=find_packages(),
package_data = {"remarkable": ["templates/"]},
package_data = {"remarkable": ["templates"]},

#And scripts
entry_points = {

0 comments on commit 1180728

Please sign in to comment.