Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
GeoPEAS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
esde
toar-data
GeoPEAS
Commits
4815c079
Commit
4815c079
authored
1 year ago
by
Simon Grasse
Browse files
Options
Downloads
Patches
Plain Diff
include multiple authors inpackage metadata
parent
20cf51c7
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!83
GUI is available
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
pyproject.toml
+6
-0
6 additions, 0 deletions
pyproject.toml
setup.cfg
+23
-0
23 additions, 0 deletions
setup.cfg
setup.py
+0
-23
0 additions, 23 deletions
setup.py
with
29 additions
and
23 deletions
pyproject.toml
0 → 100644
+
6
−
0
View file @
4815c079
[build-system]
requires
=
[
"setuptools>
=
42
",
"wheel"
]
build-backend
=
"setuptools.build_meta"
\ No newline at end of file
This diff is collapsed.
Click to expand it.
setup.cfg
0 → 100644
+
23
−
0
View file @
4815c079
[metadata]
name
=
geo-location-services
version
=
0.9.0
author
=
Lukas
H.
Leufen
Tom
Ohlmeyer
author_email
=
t.ohlmeyer@fz-juelich.de
description
=
A collection of Django REST services for extraction geo information at point locations
long_description
=
file: README.md
long_description_content_type
=
text/markdown
url
=
https://gitlab.version.fz-juelich.de/toar/geo-location-services
classifiers
=
Programming
Language
::
Python
::
3
License
::
OSI
Approved
::
MIT
License
Operating
System
::
OS
Independent
keywords
=
django, django-rest-framework, point-locations, metadata, gis
[options]
packages
=
geo_location_services
services
utils
This diff is collapsed.
Click to expand it.
setup.py
deleted
100644 → 0
+
0
−
23
View file @
20cf51c7
import
setuptools
import
geo_location_services
with
open
(
"
README.md
"
,
"
r
"
)
as
fh
:
long_description
=
fh
.
read
()
setuptools
.
setup
(
name
=
"
geo-location-services
"
,
version
=
geo_location_services
.
__version__
,
author
=
"
Lukas H. Leufen
"
,
author_email
=
"
l.leufen@fz-juelich.de
"
,
description
=
"
A collection of Django REST services for extraction geo information at point locations
"
,
long_description
=
long_description
,
long_description_content_type
=
"
text/markdown
"
,
url
=
"
https://gitlab.version.fz-juelich.de/toar/geo-location-services
"
,
packages
=
setuptools
.
find_packages
(),
classifiers
=
[
"
Programming Language :: Python :: 3
"
,
"
License :: OSI Approved :: MIT License
"
,
"
Operating System :: OS Independent
"
,
],
keywords
=
'
django django-rest-framework point-locations metadata gis
'
)
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment