Skip to content

Commit

Permalink
add setuptools setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
jashandeep-sohi committed Aug 11, 2019
1 parent 0086000 commit 702651d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions setup.py
@@ -0,0 +1,11 @@
from setuptools import setup

setup(
name="github_traffic",
version="0.1.0",
py_modules=["github_traffic"],
entry_points="""
[console_scripts]
github-traffic=github_traffic:cli
"""
)

0 comments on commit 702651d

Please sign in to comment.