File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5
5
6
6
setuptools .setup (
7
7
name = "PyNiteFEA" ,
8
- version = "0.0.89 " ,
8
+ version = "0.0.90 " ,
9
9
author = "D. Craig Brinck, PE, SE" ,
10
10
author_email = "Building.Code@outlook.com" ,
11
11
description = "A simple elastic 3D structural finite element library for Python." ,
12
12
long_description = long_description ,
13
13
long_description_content_type = "text/markdown" ,
14
14
url = "https://github.com/JWock82/PyNite.git" ,
15
15
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' ]},
17
17
classifiers = [
18
18
"Programming Language :: Python :: 3" ,
19
19
"License :: OSI Approved :: MIT License" ,
You can’t perform that action at this time.
0 commit comments