Skip to content

Commit

Permalink
Add setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvipanda committed Dec 24, 2018
1 parent 521b011 commit e47b7fb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
python3 -m venv venv
. venv/bin/activate
pip install -r dev-requirements.txt
pip install -e .
- save_cache:
paths:
Expand Down
11 changes: 11 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import setuptools

setuptools.setup(
name="simpervisor",
version='0.1',
url="https://github.com/yuvipanda/simpervisor",
author="Yuvi Panda",
author_email="yuvipanda@gmail.com",
license="BSD 3-Clause",
packages=setuptools.find_packages(),
)

0 comments on commit e47b7fb

Please sign in to comment.