Skip to content

Commit 83409af

Browse files
committed
chore: update authors, license, code of conduct
1 parent 94973c5 commit 83409af

File tree

3 files changed

+10
-14
lines changed

3 files changed

+10
-14
lines changed

.github/CODE_OF_CONDUCT.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@ representative at an online or offline event.
5959
## Enforcement
6060

6161
Instances of abusive, harassing, or otherwise unacceptable behavior may be
62-
reported to the community leaders responsible for enforcement at
63-
62+
reported to the community leaders responsible for enforcement at [email protected].
6463
All complaints will be reviewed and investigated promptly and fairly.
6564

6665
All community leaders are obligated to respect the privacy and security of the
@@ -116,17 +115,12 @@ community.
116115

117116
This Code of Conduct is adapted from the [Contributor Covenant][homepage],
118117
version 2.1, available at
119-
[https://www.contributor-covenant.org/version/2/1/code_of_conduct.html][v2.1].
118+
<https://www.contributor-covenant.org/version/2/1/code_of_conduct.html>.
120119

121120
Community Impact Guidelines were inspired by
122-
[Mozilla's code of conduct enforcement ladder][Mozilla CoC].
121+
[Mozilla's code of conduct enforcement ladder][https://github.com/mozilla/inclusion].
123122

124123
For answers to common questions about this code of conduct, see the FAQ at
125-
[https://www.contributor-covenant.org/faq][FAQ]. Translations are available at
126-
[https://www.contributor-covenant.org/translations][translations].
124+
<https://www.contributor-covenant.org/faq>. Translations are available at <https://www.contributor-covenant.org/translations>.
127125

128126
[homepage]: https://www.contributor-covenant.org
129-
[v2.1]: https://www.contributor-covenant.org/version/2/1/code_of_conduct.html
130-
[Mozilla CoC]: https://github.com/mozilla/diversity
131-
[FAQ]: https://www.contributor-covenant.org/faq
132-
[translations]: https://www.contributor-covenant.org/translations

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022 RStudio
3+
Copyright (c) 2023 pins-python authors
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

setup.cfg

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ 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/machow/pins-python
7-
author = Michael Chow
8-
author_email = [email protected]
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+
]
911
license = MIT
1012
keywords = data, tidyverse
1113
classifiers =

0 commit comments

Comments
 (0)