We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b864705 commit 9c15215Copy full SHA for 9c15215
2 files changed
.gitignore
@@ -19,3 +19,4 @@ mapnik/paths.py
19
.eggs/
20
.mason/
21
mason_packages/
22
+mapnik/plugins
setup.py
@@ -158,6 +158,9 @@
158
tests_require = [
159
'nose',
160
],
161
+ package_data = {
162
+ 'mapnik': ['libmapnik.*', 'plugins/*/*'],
163
+ },
164
test_suite = 'nose.collector',
165
ext_modules = [
166
Extension('mapnik._mapnik', [
0 commit comments