Skip to content

Commit

Permalink
Fix black
Browse files Browse the repository at this point in the history
  • Loading branch information
awlx authored Jan 16, 2022
1 parent a3eaf49 commit f2381ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
uses: actions/setup-python@v1
with:
python-version: 3.9
- name:
run: sed -i s/VERSION/$(git describe --tags 2>/dev/null)/g setup.py
- name: Install pypa/build
run: >-
python -m
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
import os
from setuptools import setup


def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read()


setup(
name="unifi_respondd",
version=##VERSION##,
version=v0.0.5-6-ga3eaf49,
author="Annika Wickert",
author_email="[email protected]",
description=("A tool to display Unifi APs on Freifunk maps."),
Expand Down

0 comments on commit f2381ce

Please sign in to comment.