Skip to content

Commit

Permalink
support to build source package
Browse files Browse the repository at this point in the history
  • Loading branch information
flier committed Feb 15, 2009
1 parent f35dbe7 commit 15051f8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
@@ -0,0 +1 @@
recursive-include src *.h *.vcproj
1 change: 1 addition & 0 deletions README
@@ -0,0 +1 @@
Please refer to http://code.google.com/p/pyv8/ for more detail
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -24,7 +24,7 @@
libraries = ["boost_python", "v8"]

pyv8 = Extension(name = "_PyV8",
sources = [os.path.join("src", file) for file in source_files],
sources = [os.path.join("src", file) for file in source_files],
define_macros = macros,
include_dirs = include_dirs,
library_dirs = library_dirs,
Expand Down

0 comments on commit 15051f8

Please sign in to comment.