Skip to content

Commit

Permalink
obs-339: transfer repo to mozilla-services and obs-team
Browse files Browse the repository at this point in the history
  • Loading branch information
willkg committed Nov 6, 2024
1 parent 5d3a03d commit 0229d42
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 23 deletions.
2 changes: 2 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Default owner for everything in this repository
* @mozilla-services/obs-team
4 changes: 1 addition & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,5 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
reviewers:
- "willkg"
interval: "weekly"
rebase-strategy: "disabled"
10 changes: 0 additions & 10 deletions MANIFEST.in

This file was deleted.

6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ socorro-siggen

This is an extraction of the Socorro crash signature generation code.

:Code: https://github.com/willkg/socorro-siggen
:Code: https://github.com/mozilla-services/socorro-siggen
:Documentation: Check the ``README.rst`` file
:Changelog: Check the ``HISTORY.rst`` file
:Issue tracker: https://github.com/willkg/socorro-siggen/issues
:Issue tracker: https://github.com/mozilla-services/socorro-siggen/issues
:License: MPLv2
:Status: Stable
:Community Participation Guidelines: `<https://github.com/willkg/socorro-siggen/blob/main/CODE_OF_CONDUCT.md>`_
:Community Participation Guidelines: `<https://github.com/mozilla-services/socorro-siggen/blob/main/CODE_OF_CONDUCT.md>`_


Installing
Expand Down
13 changes: 6 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ classifiers = [
"Programming Language :: Python :: Implementation :: CPython",
"Topic :: Software Development :: Libraries :: Python Modules",
]
urls.Homepage = "https://github.com/willkg/socorro-siggen"
urls.Source = "https://github.com/willkg/socorro-siggen"
urls.Issues = "https://github.com/willkg/socorro-siggen"
urls.Homepage = "https://github.com/mozilla-services/socorro-siggen"
urls.Source = "https://github.com/mozilla-services/socorro-siggen"
urls.Issues = "https://github.com/mozilla-services/socorro-siggen/issues"

[project.scripts]
signify = "siggen.cmd_signify:main"
Expand All @@ -38,7 +38,6 @@ cli = [
]
dev = [
"build",
"check-manifest",
"pytest",
"requests<3",
"ruff",
Expand All @@ -50,7 +49,7 @@ dev = [


[build-system]
requires = ["setuptools"]
requires = ["setuptools", "setuptools-scm"]
build-backend = "setuptools.build_meta"


Expand All @@ -74,12 +73,12 @@ legacy_tox_ini = """
isolated_build = True
envlist =
py39
py39-lint
py39-norequests
py310
py311
py312
py313
py39-lint
py39-norequests
[gh-actions]
python =
Expand Down

0 comments on commit 0229d42

Please sign in to comment.