Skip to content

Commit 07db367

Browse files
committed
DEV: fix linitng workflow
1 parent c5f2bec commit 07db367

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/linters.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: Lint code using ruff
33
on:
44
push:
55

6+
permissions:
7+
contents: write
8+
69
jobs:
710
linters:
811
runs-on: ubuntu-latest

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# citeable 📚
22

3-
*Structured BibTeX citations for cogent3 plugins.*
3+
*Structured BibTeX citations for developers of scientific software packages.*
44

55
[![License](https://img.shields.io/pypi/l/citeable.svg)](https://github.com/cogent3/citeable/blob/main/LICENSE)
66
[![Coverage Status](https://coveralls.io/repos/github/GavinHuttley/citeable/badge.svg?branch=main)](https://coveralls.io/github/GavinHuttley/citeable?branch=main)
@@ -12,7 +12,7 @@
1212

1313
## Overview
1414

15-
`citeable` is a lightweight, zero-dependency, pure-Python library for defining structured bibliographic citations. It is being used by [cogent3](https://github.com/cogent3/cogent3) and cogent3 plugin developers to declare citations that cogent3 can assemble into a BibTeX-compatible `.bib` file to ensure users cite their work. But it can be used for other projects too!
15+
`citeable` is a lightweight, zero-dependency, pure-Python library for defining structured bibliographic citations. The goal is to make it easy for package users to cite package developers. It is being used by [cogent3](https://github.com/cogent3/cogent3) and cogent3 plugin developers to declare citations that cogent3 can assemble into a BibTeX-compatible `.bib` file to ensure users cite their work. But it can be used for other projects too!
1616

1717
## Installation
1818

0 commit comments

Comments
 (0)