Skip to content
This repository has been archived by the owner on Aug 25, 2024. It is now read-only.

Commit

Permalink
service: activitypub-webhook-relay: Fix package install by fixing ver…
Browse files Browse the repository at this point in the history
  • Loading branch information
pdxjohnny committed Jul 25, 2023
1 parent 06e9fcd commit 0638bb4
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 deletions.
15 changes: 15 additions & 0 deletions service/activitypub-webhook-relay/CONTRIBUTING.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
CONTRIBUTING
============

Create new virtual environment

.. code-block:: console
$ python -m venv .venv
$ . .venv/bin/activate
Install in development mode

.. code-block:: console
$ pip install -e .[dev] ../../
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
VERSION = "0.0.0"
2 changes: 0 additions & 2 deletions service/activitypub-webhook-relay/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
requires = ["setuptools>=44", "wheel", "setuptools_scm[toml]>=3.4.3"]
build-backend = "setuptools.build_meta"

[tool.setuptools_scm]

[tool.black]
exclude = '''
(
Expand Down
5 changes: 2 additions & 3 deletions service/activitypub-webhook-relay/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[metadata]
name = activitypub-webhook-relay
description = DFFML blank activitypub-webhook-relay
description = DFFML service activitypub-webhook-relay
version = attr: activitypub_webhook_relay.version.VERSION
long_description = file: README.rst
author = Unknown
author_email = [email protected]
Expand All @@ -25,8 +26,6 @@ zip_safe = False
include_package_data = True
packages = find:
# entry_points = file: entry_points.txt
setup_requires =
setuptools_scm[toml]>=3.4.3
install_requires =
quart
tomli_w
Expand Down

0 comments on commit 0638bb4

Please sign in to comment.