Skip to content

Commit 9c15215

Browse files
committed
Updated package data
1 parent b864705 commit 9c15215

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ mapnik/paths.py
1919
.eggs/
2020
.mason/
2121
mason_packages/
22+
mapnik/plugins

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,9 @@
158158
tests_require = [
159159
'nose',
160160
],
161+
package_data = {
162+
'mapnik': ['libmapnik.*', 'plugins/*/*'],
163+
},
161164
test_suite = 'nose.collector',
162165
ext_modules = [
163166
Extension('mapnik._mapnik', [

0 commit comments

Comments
 (0)