Skip to content

Commit

Permalink
add setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Bunde committed Dec 13, 2018
1 parent f8100bb commit e43ee1c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
dist/
leap_year.egg-info/
12 changes: 12 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
from setuptools import setup


setup(
name="leap_year",
version="1.0.0",

author="Stefan Bunde",
author_email="stefanbunde+git@gmail.com",

packages=["leap_year"],
)

0 comments on commit e43ee1c

Please sign in to comment.