blob: ad47437ced9b2e42529ef6186b907ffe5e76c7c6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- setup.py.orig 2023-10-30 11:21:38 UTC
+++ setup.py
@@ -5,7 +5,7 @@ with open('README.rst', 'r') as f:
long_description = f.read()
setup_params = dict(
- name='fontParts',
+ name='fontparts',
description=("An API for interacting with the parts of fonts "
"during the font development process."),
author='Just van Rossum, Tal Leming, Erik van Blokland, Ben Kiel, others',
|