Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Vipin Thomas
Cathumbnailer
Commits
bc7ca6c2
Commit
bc7ca6c2
authored
Apr 13, 2021
by
Vipin Thomas
Browse files
Update setup.py
parent
f53f9c3f
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
bc7ca6c2
from
setuptools
import
setup
setup
(
name
=
'Cathumbnailer'
,
version
=
'0.1'
,
description
=
'pynq-jupyter'
,
url
=
'https://mygit.th-deg.de/vt16684/cathumbnailer'
,
author
=
'vipin'
,
author_email
=
'vipin.thomas@stud.th-deg.de'
,
license
=
'MIT'
,
packages
=
[
'cathumbnailer'
],
install_requires
=
[
'markdown'
,
],
zip_safe
=
False
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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