Skip to content

Commit

Permalink
update setup.py to remove sphinx docs
Browse files Browse the repository at this point in the history
  • Loading branch information
afrubin committed Sep 18, 2023
1 parent 252bca0 commit 60bf045
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
from setuptools import setup, find_packages

#with open("doc/description.txt") as f:
# long_description = f.read()
long_description = "whatever"
with open("README.md") as f:
long_description = f.read()

setup(
license = "Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)",
Expand Down

0 comments on commit 60bf045

Please sign in to comment.