Skip to content

Commit 7ec1c93

Browse files
committed
update setup.py
1 parent 903ef40 commit 7ec1c93

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
setup(
99
name="afdko-python-modules",
1010
use_scm_version=True,
11-
description="Modules for writing kern feature and mark feature files",
11+
description="Tools for writing GOADB, kern feature, and mark feature files",
1212
long_description=long_description,
1313
author="Frank Grießhammer",
1414
author_email="afdko@adobe.com",
@@ -18,11 +18,13 @@
1818
setup_requires=["setuptools_scm"],
1919
python_requires=">=3.6",
2020
py_modules=[
21+
"goadbWriter",
2122
"kernFeatureWriter",
2223
"markFeatureWriter",
2324
],
2425
entry_points={
2526
'console_scripts': [
27+
'goadbWriter=goadbWriter:main',
2628
'kernFeatureWriter=kernFeatureWriter:main',
2729
'markFeatureWriter=markFeatureWriter:main',
2830
],

0 commit comments

Comments
 (0)