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
Dynamic Exposure
rabotnik
rcom
Commits
ca959b4f
Commit
ca959b4f
authored
Apr 30, 2021
by
Felix Delattre
Browse files
Prepared for publication as version 0.0.2
parent
4fd12267
Pipeline
#22536
failed with stage
in 46 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
VERSION
0 → 100644
View file @
ca959b4f
0.0.2
setup.py
View file @
ca959b4f
#!/usr/bin/python3
#!/usr/bin/
env
python3
# Copyright (c) 2020-2021
#
# * Helmholtz-Zentrum Potsdam Deutsches GeoForschungsZentrum GFZ
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
# published by the Free Software Foundation, either version 3 of the
# License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
import
os
from
setuptools
import
setup
,
find_packages
with
open
(
os
.
path
.
join
(
"VERSION"
))
as
version_file
:
version
=
version_file
.
read
().
strip
()
tests_require
=
[
"pytest"
,
...
...
@@ -14,13 +34,11 @@ linters_require = ["pylint", "pre-commit"]
setup
(
name
=
"rcli"
,
version
=
"0.1"
,
version
=
version
,
description
=
"Rabotnik command-line interface"
,
author
=
"Helmholtz-Zentrum Potsdam Deutsches GeoForschungsZentrum GFZ"
,
license
=
"AGPLv3+"
,
install_requires
=
[
"rabotnik@https://git.gfz-potsdam.de/dynamicexposure/rabotnik/rabotnik/-/archive/master/rabotnik-master.zip"
# noqa: E501
],
install_requires
=
[
"rabotnik==0.0.2"
],
tests_require
=
tests_require
,
extras_require
=
{
"tests"
:
tests_require
,
...
...
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