Skip to content

Commit

Permalink
add setup.py for homebrew install
Browse files Browse the repository at this point in the history
  • Loading branch information
Who23 committed Mar 1, 2021
1 parent 0733eaf commit b052d14
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
@@ -0,0 +1,8 @@
# setup.py for homwbrew to install, so it is extremely basic.

from setuptools import setup

setup(
name='nchook',
scripts=['nchook']
)

0 comments on commit b052d14

Please sign in to comment.