Skip to content
Snippets Groups Projects
Commit 02ffe89a authored by Michal Rolinek's avatar Michal Rolinek
Browse files

rename to blossom_v

parent 7579f9ff
Branches master
No related tags found
No related merge requests found
File moved
......@@ -9,4 +9,4 @@ cxx_files = glob.glob("**/*.cxx", recursive=True)
module = Extension('_blossom', sources=cpp_files+cxx_files, include_dirs=['.'])
setup(name='blossom', ext_modules=[module], py_modules=["blossom"])
\ No newline at end of file
setup(name='blossom_v', ext_modules=[module], py_modules=["blossom_v"], author='Vladimir Kolmogorov')
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment