Skip to content

Commit 309037b

Browse files
committed
Final fixups for 4.19
1 parent b3f2845 commit 309037b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

doc/source/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,10 @@
2828
import os
2929
from typing import Dict, List
3030

31-
import linearmodels
3231
import sphinx_material
3332

33+
import linearmodels
34+
3435
# ...
3536

3637
# -- General configuration ------------------------------------------------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def run_setup(binary: bool = True) -> None:
6666
name="linearmodels",
6767
license="NCSA",
6868
description="Linear Panel, Instrumental Variable, Asset Pricing, and System "
69-
"Regression models for Python",
69+
"Regression models for Python",
7070
version=versioneer.get_version(),
7171
packages=find_packages(),
7272
package_dir={"linearmodels": "./linearmodels"},

0 commit comments

Comments
 (0)