Skip to content

Commit 7d976c3

Browse files
author
Arzaroth Lekva
committed
manifest & setup
1 parent 4f4f40b commit 7d976c3

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

MANIFEST.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
include ./setup.py
1+
include setup.py
22

3-
recursive-include ./rapidxml/c_ext/inc *.h *.hpp
3+
recursive-include rapidxml/c_ext/inc *.h *.hpp
44

5-
prune ./test
5+
prune test

setup.py

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,18 @@
1414
define_macros=[('MAJOR_VERSION', VERSION[0]),
1515
('MINOR_VERSION', VERSION[1])],
1616
include_dirs=[
17-
'./rapidxml/c_ext/inc/',
18-
'./rapidxml/c_ext/inc/rapidxml-1.13/',
17+
'rapidxml/c_ext/inc/',
18+
'rapidxml/c_ext/inc/rapidxml-1.13/',
1919
],
2020
sources=[
21-
'./rapidxml/c_ext/src/common.cpp',
22-
'./rapidxml/c_ext/src/rapidxml_module.cpp',
23-
'./rapidxml/c_ext/src/base_object.cpp',
24-
'./rapidxml/c_ext/src/node_object.cpp',
25-
'./rapidxml/c_ext/src/attribute_object.cpp',
26-
'./rapidxml/c_ext/src/document_object.cpp',
27-
'./rapidxml/c_ext/src/nodeiterator_object.cpp',
28-
'./rapidxml/c_ext/src/attributeiterator_object.cpp',
21+
'rapidxml/c_ext/src/common.cpp',
22+
'rapidxml/c_ext/src/rapidxml_module.cpp',
23+
'rapidxml/c_ext/src/base_object.cpp',
24+
'rapidxml/c_ext/src/node_object.cpp',
25+
'rapidxml/c_ext/src/attribute_object.cpp',
26+
'rapidxml/c_ext/src/document_object.cpp',
27+
'rapidxml/c_ext/src/nodeiterator_object.cpp',
28+
'rapidxml/c_ext/src/attributeiterator_object.cpp',
2929
],
3030
)
3131

0 commit comments

Comments
 (0)