Skip to content

Commit bca9f29

Browse files
committed
More work migrating to pyvista
1 parent dd9aee0 commit bca9f29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55

66
setuptools.setup(
77
name="PyNiteFEA",
8-
version="0.0.89",
8+
version="0.0.90",
99
author="D. Craig Brinck, PE, SE",
1010
author_email="Building.Code@outlook.com",
1111
description="A simple elastic 3D structural finite element library for Python.",
1212
long_description=long_description,
1313
long_description_content_type="text/markdown",
1414
url="https://github.com/JWock82/PyNite.git",
1515
packages=setuptools.find_packages(include=['PyNite', 'Pynite.*']),
16-
package_data = {'PyNite': ['*html', '*.css']},
16+
package_data = {'PyNite': ['*html', '*.css', '*Full Logo No Buffer - Transparent.png']},
1717
classifiers=[
1818
"Programming Language :: Python :: 3",
1919
"License :: OSI Approved :: MIT License",

0 commit comments

Comments
 (0)