Skip to content

Commit

Permalink
update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Shoeboxam committed Aug 17, 2023
1 parent 2500f14 commit a30b48d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

setup(
name="opendp-logger",
version="0.2.0",
version="0.3.0",
description="A logger wrapper for OpenDP to keep track of, import, export the AST",
long_description = open("README.md", "r").read(),
long_description_content_type = "text/markdown",
url="https://github.com/opendp/opendp-logger",
author='Oblivious',
author_email='[email protected]',
author='The OpenDP Project',
author_email='[email protected]',
license='MIT',
classifiers=[
'Development Status :: 3 - Alpha',
Expand All @@ -24,5 +24,4 @@
install_requires=[
"opendp >= 0.8.0"
],
package_data={"oblv": ["py.typed"]},
)

0 comments on commit a30b48d

Please sign in to comment.