Skip to content

Commit f64baf5

Browse files
committed
chore: revert setup.cfg, add MAINTAINERS.md
1 parent 83409af commit f64baf5

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

MAINTAINERS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Who maintains Vetiver
2+
3+
The pins-python package was created by and is currently maintained by Michael Chow <[email protected]>. [Posit Software, PBC](https://posit.co/products/open-source/) is a copyright holder and funder of the vetiver package.
4+
5+
Several individuals in the community have taken an active role in helping to maintain vetiver and submit fixes. Those individuals are shown in the git changelog.

setup.cfg

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@ name = pins
33
description = Publish data sets, models, and other python objects, making it easy to share them across projects and with your colleagues.
44
long_description = file: README.md
55
long_description_content_type = text/markdown
6-
url = https://github.com/rstudio/pins-python
7-
authors = [
8-
{name="Michael Chow", email="[email protected]"},
9-
{name="Posit, PBC", email="[email protected]"},
10-
]
6+
url = https://github.com/machow/pins-python
7+
author = Michael Chow
8+
author_email = [email protected]
119
license = MIT
1210
keywords = data, tidyverse
1311
classifiers =
@@ -57,7 +55,7 @@ test =
5755
pytest-dotenv
5856
pytest-parallel
5957
s3fs
60-
adlfs==2022.2.0
58+
adlfs
6159
gcsfs
6260
fastparquet
6361
pyarrow

0 commit comments

Comments
 (0)