Skip to content

Commit

Permalink
Update long_description
Browse files Browse the repository at this point in the history
  • Loading branch information
WannabeSmith authored May 18, 2023
1 parent 7421434 commit ab58aaf
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
from setuptools import setup

with open("README.md", "r") as fh:
long_description = fh.read()

setup(
name="nprr",
version="0.1.2",
long_description="file: README.md",
version="0.1.3",
long_description=long_description,
long_description_content_type="text/markdown",
description="Nonparametric randomized response and locally private confidence sets",
url="https://github.com/wannabesmith/nprr",
Expand Down

0 comments on commit ab58aaf

Please sign in to comment.