Skip to content

Commit 4882fe0

Browse files
committed
added warning about reorganization
1 parent 02ca24a commit 4882fe0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# python_cpp_example
2+
3+
**WARNING**: I have significantly reorganized this repository, and a new blog post explaining the changes is forthcoming. If you'd like to see the version of the repository that corresponds to my original June 2017 blog post, go to [this release](https://github.com/benjaminjack/python_cpp_example/tree/v0.1).
4+
25
This repository contains an example Python module which wraps C++ code. The code presented here was designed to meet four requirements:
36

47
1. Python bindings for C++ code (using [`pybind11`](http://pybind11.readthedocs.io/en/stable/index.html) and built with [CMake](http://cmake.org))

0 commit comments

Comments
 (0)