Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jdtuck committed Jul 5, 2024
1 parent d2a00aa commit a1a5305
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ def run(self):

os.system("sphinx-build -b html doc/source doc/build/html")
os.system("sphinx-build -b latex doc/source doc/build/latex")
os.system("sphinx-build -b man doc/source doc/build/man")
os.chdir("doc/build/latex")
os.system("latexmk -pdf fdasrsf.tex")
os.chdir("../../../")
Expand Down Expand Up @@ -137,7 +136,6 @@ def run(self):
keywords=["functional data analysis"],
description="functional data analysis using the square root slope framework",
long_description=open("README.md", encoding="utf8").read(),
data_files=[("share/man/man1", ["doc/build/man/fdasrsf.1"])],
classifiers=[
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent",
Expand Down

0 comments on commit a1a5305

Please sign in to comment.