Skip to content

Commit

Permalink
added long description
Browse files Browse the repository at this point in the history
  • Loading branch information
jtauber committed Feb 9, 2024
1 parent 0e6716e commit fdc3a82
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
from pathlib import Path
from setuptools import setup


this_directory = Path(__file__).parent
long_description = (this_directory / "README.md").read_text()


setup(
name="termdoc",
version="0.3",
description="Python library and tools for working with term-document matrices",
long_description=long_description,
long_description_content_type="text/markdown",
url="http://github.com/jtauber/termdoc",
author="James Tauber",
author_email="jtauber@jtauber.com",
Expand Down

0 comments on commit fdc3a82

Please sign in to comment.