Skip to content

Commit ba2023d

Browse files
committed
formatting
1 parent 535135d commit ba2023d

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
#
55
# pip-compile
66
#
7-
fonttools==4.14.0 # via dehinter (setup.py)
7+
fonttools==4.14.0 # via dehinter (setup.py)

setup.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,15 @@
1212
AUTHOR = "Source Foundry Authors and Contributors"
1313
REQUIRES_PYTHON = ">=3.6.0"
1414

15-
INSTALL_REQUIRES = ["fontTools==4.14.0",
16-
]
15+
INSTALL_REQUIRES = [
16+
"fontTools==4.14.0",
17+
]
1718
# Optional packages
1819
EXTRAS_REQUIRES = {
1920
# for developer installs
2021
"dev": ["coverage", "pytest", "tox", "flake8", "pytype"],
2122
# for maintainer installs
22-
"maintain": ["wheel", "setuptools", "twine"]
23+
"maintain": ["wheel", "setuptools", "twine"],
2324
}
2425

2526
this_file_path = os.path.abspath(os.path.dirname(__file__))

0 commit comments

Comments
 (0)