Skip to content

Commit

Permalink
Added setup file
Browse files Browse the repository at this point in the history
  • Loading branch information
jondeaton committed Jul 23, 2017
1 parent cc0e139 commit b2bfcc0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/usr/bin/env python2.7

from setuptools import setup

setup(
name='auto-selfcontrol',
version='1.0',
description='Small utility to schedule start and stop times of SelfControl',
url='github.com/andreasgrill/auto-selfcontrol',
long_description=open('README.md').read(),
install_requires=["pyobjc", "pyobjc-core"]
)

0 comments on commit b2bfcc0

Please sign in to comment.