mirror of
https://github.com/marceloprates/prettymaps.git
synced 2025-08-29 17:19:57 +02:00
Changed package_dir location in setup.py
This commit is contained in:
2
setup.py
2
setup.py
@@ -22,6 +22,6 @@ setup(
|
|||||||
classifiers=[
|
classifiers=[
|
||||||
"Intended Audience :: Science/Research",
|
"Intended Audience :: Science/Research",
|
||||||
],
|
],
|
||||||
package_dir={'prettymaps': '.'},
|
package_dir={'prettymaps': 'prettymaps'},
|
||||||
package_data={'prettymaps': ['presets/*.json']},
|
package_data={'prettymaps': ['presets/*.json']},
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user