Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Code for Analabs
RST Evaluation
Commits
9f47170e
Commit
9f47170e
authored
Nov 22, 2021
by
Michael Rudolf
Browse files
Fixed installation missing icons
parent
4e726b03
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
9f47170e
import
setuptools
from
os
import
path
import
setuptools
this_directory
=
path
.
abspath
(
path
.
dirname
(
__file__
))
with
open
(
path
.
join
(
this_directory
,
'README.md'
),
encoding
=
'utf-8'
)
as
f
:
long_description
=
f
.
read
()
setuptools
.
setup
(
long_description
=
long_description
,
long_description_content_type
=
'text/markdown'
long_description_content_type
=
'text/markdown'
,
package_data
=
{
''
:
[
'*.png'
]
}
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment