Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Cittena
cittena
Commits
3cd855a4
Commit
3cd855a4
authored
Oct 09, 2018
by
Niels-Oliver Walkowski
Browse files
create setup.py and stuff for packaging
parent
42aa53cc
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
LICENSE
0 → 100644
View file @
3cd855a4
This diff is collapsed.
Click to expand it.
README.md
0 → 100644
View file @
3cd855a4
itten/__init__.py
View file @
3cd855a4
name
=
'itten'
\ No newline at end of file
setup.py
0 → 100644
View file @
3cd855a4
import
setuptools
with
open
(
"README.md"
,
"r"
)
as
fh
:
long_description
=
fh
.
read
()
setuptools
.
setup
(
name
=
"itten"
,
version
=
"0.0.1"
,
author
=
"Niels-Oliver Walkowski"
,
author_email
=
"walkowski@nowalkowski.de"
,
description
=
"a tool to analyze colour features in movies"
,
long_description
=
long_description
,
long_description_content_type
=
"text/markdown"
,
url
=
"http://nowalkowski.de/itten"
,
packages
=
setuptools
.
find_packages
(),
classifiers
=
[
"Programming Language :: Python :: 3"
,
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)"
,
"Operating System :: POSIX :: Linux"
,
],
)
\ No newline at end of file
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