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
digitalearth
DASF Data Analytics Software Framework
dasf-progress-api
Commits
bdecef8f
Commit
bdecef8f
authored
Jul 01, 2021
by
Daniel Eggert
Browse files
fixed __init__.py and updated setup.py
parent
572fd31e
Changes
2
Hide whitespace changes
Inline
Side-by-side
deprogressapi/__init__.py
View file @
bdecef8f
from
progress_report
import
ProgressReport
from
send_handler_interface
import
FormalProgressInterface
\ No newline at end of file
from
.progress_report
import
ProgressReport
from
.send_handler_interface
import
FormalProgressInterface
\ No newline at end of file
setup.py
View file @
bdecef8f
from
setuptools
import
setup
from
distutils.core
import
setup
setup
(
name
=
'deprogressapi'
,
...
...
@@ -13,7 +13,10 @@ setup(
download_url
=
'https://git.geomar.de/digital-earth/dasf/dasf-progress-api/-/archive/v0.1.0/dasf-progress-api-v0.1.0.tar.gz'
,
install_requires
=
[
],
setup_requires
=
[
'wheel'
]
classifiers
=
[
'Development Status :: 4 - Beta'
,
# Chose either "3 - Alpha", "4 - Beta" or "5 - Production/Stable" as the current state of your package
'Intended Audience :: Developers'
,
# Define that your audience are developers
'License :: OSI Approved :: Apache-2.0'
,
# Again, pick a license
'Programming Language :: Python :: 3.8'
,
],
)
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