- add VERSION to MANIFEST.in in order to include VERSION in source dist (see https://packaging.python.org/en/latest/guides/using-manifest-in/)
6 lines
76 B
Plaintext
6 lines
76 B
Plaintext
include lib/*.hpp
|
|
include *.cpp
|
|
include *.pyx
|
|
include *.pxd
|
|
include VERSION
|