Skip to content

Commit

Permalink
Fixed issues with missing package data
Browse files Browse the repository at this point in the history
  • Loading branch information
Esben Jannik Bjerrum committed Apr 3, 2024
1 parent 520bdbe commit 3d3ec0e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,14 @@
author_email="esbenjannik@rocketmail.com",
license="LGPL",
packages=["rdeditor"],
package_data={"rdeditor": ["pixmaps/*"]},
package_data={
"rdeditor": [
"icon_themes/dark/*",
"icon_themes/dark/application/*",
"icon_themes/light/*",
"icon_themes/light/application/*",
]
},
install_requires=["PySide2", "numpy", "rdkit", "pyqtdarktheme"],
python_requires=">=3.8, <3.11",
entry_points={
Expand Down

0 comments on commit 3d3ec0e

Please sign in to comment.