Skip to content

Commit

Permalink
Added simple setup.py file.
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyjclark committed Jul 15, 2024
1 parent 944dd29 commit f19d35b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
from setuptools import setup

setup(
name="reviewlogger",
version="1.0",
description="A logging library for the [Review](https://review.github.io/) visualizer.",
author="Anthony J. Clark",
license="MIT",
packages=["reviewlogger"],
)

0 comments on commit f19d35b

Please sign in to comment.