Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
swh-objstorage-replayer
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
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
Platform
Development
swh-objstorage-replayer
Commits
2eaf04e5
Commit
2eaf04e5
authored
1 year ago
by
David Douard
Browse files
Options
Downloads
Patches
Plain Diff
setup: update project URLs to gitlab
and classify as Production/Stable.
parent
84535c11
No related branches found
Branches containing commit
Tags
debian/upstream/1.3.0
Tags containing commit
No related merge requests found
Pipeline
#1340
passed
1 year ago
Stage: external
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
setup.py
+7
-9
7 additions, 9 deletions
setup.py
with
7 additions
and
9 deletions
setup.py
+
7
−
9
View file @
2eaf04e5
#!/usr/bin/env python3
# Copyright (C) 2019-202
0
The Software Heritage developers
# Copyright (C) 2019-202
3
The Software Heritage developers
# See the AUTHORS file at the top-level directory of this distribution
# License: GNU General Public License version 3, or any later version
# See top-level LICENSE file for more information
...
...
@@ -35,18 +35,16 @@ def parse_requirements(name=None):
return
requirements
# Edit this part to match your module.
# Full sample:
# https://forge.softwareheritage.org/diffusion/DCORE/browse/master/setup.py
GITLAB_URL
=
"
https://gitlab.softwareheritage.org/swh/devel/swh-objstorage-replayer
"
setup
(
name
=
"
swh.objstorage.replayer
"
,
# example: swh.loader.pypi
name
=
"
swh.objstorage.replayer
"
,
description
=
"
Software Heritage content replayer
"
,
long_description
=
long_description
,
long_description_content_type
=
"
text/markdown
"
,
python_requires
=
"
>=3.7
"
,
author
=
"
Software Heritage developers
"
,
author_email
=
"
swh-devel@inria.fr
"
,
url
=
"
https://forge.softwareheritage.org/source/swh-objstorage-replayer
"
,
url
=
GITLAB_URL
,
packages
=
find_packages
(),
# packages's modules
install_requires
=
parse_requirements
()
+
parse_requirements
(
"
swh
"
),
tests_require
=
parse_requirements
(
"
test
"
),
...
...
@@ -63,11 +61,11 @@ setup(
"
Intended Audience :: Developers
"
,
"
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
"
,
"
Operating System :: OS Independent
"
,
"
Development Status ::
3
-
Alpha
"
,
"
Development Status ::
5
-
Production/Stable
"
,
],
project_urls
=
{
"
Bug Reports
"
:
"
https://forge.softwareheritage.org/maniphest
"
,
"
Bug Reports
"
:
f
"
{
GITLAB_URL
}
/-/issue
"
,
"
Funding
"
:
"
https://www.softwareheritage.org/donate
"
,
"
Source
"
:
"
https://forge.softwareheritage.org/source/swh-objstorage-replayer
"
,
"
Source
"
:
f
"
{
GITLAB_URL
}
.git
"
,
},
)
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