Skip to content

Commit 9df6a9f

Browse files
authored
Restore the copyright headers in setup.cfg and pyproject.toml (#211)
1 parent 0563435 commit 9df6a9f

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright 2017-2020 Palantir Technologies, Inc.
2+
# Copyright 2021- Python Language Server Contributors.
3+
14
[build-system]
25
requires = ["setuptools>=61.2.0", "wheel", "setuptools_scm[toml]>=3.4.3"]
36
build-backend = "setuptools.build_meta"

setup.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright 2017-2020 Palantir Technologies, Inc.
2+
# Copyright 2021- Python Language Server Contributors.
3+
14
[pycodestyle]
25
ignore = E226, E722, W504
36
max-line-length = 120

0 commit comments

Comments
 (0)