Skip to content

Commit

Permalink
Init repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Albin Kerouanton committed Sep 26, 2019
0 parents commit b1c266d
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 @@
import setuptools

setuptools.setup(
name="kitipy",
version="0.1",
description="KNP task runner to automate and ease dev and ops workflows",
license="MIT",
packages=setuptools.find_packages(),
install_requires=[],
)

0 comments on commit b1c266d

Please sign in to comment.