Skip to content

Commit b3f2845

Browse files
committed
Final fix up
1 parent 64e0dd4 commit b3f2845

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ def run_setup(binary: bool = True) -> None:
6565
cmdclass=versioneer.get_cmdclass(),
6666
name="linearmodels",
6767
license="NCSA",
68-
description="Linear Panel, Instrumental Variable, Asset Pricing, and System Regression models for Python",
68+
description="Linear Panel, Instrumental Variable, Asset Pricing, and System "
69+
"Regression models for Python",
6970
version=versioneer.get_version(),
7071
packages=find_packages(),
7172
package_dir={"linearmodels": "./linearmodels"},

0 commit comments

Comments
 (0)