diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git a/README.md b/README.md
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..4e9516b3961dd88e45d3ee654238492d75e9d2c4 100644
--- a/README.md
+++ b/README.md
@@ -0,0 +1,3 @@
+# PEYOte
+
+Fulfilling all your GW dreams.
\ No newline at end of file
diff --git a/peyote/__init__.py b/peyote/__init__.py
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..b92cf98b271adcfb3b7dd6fe5fb5a26b6512720c 100644
--- a/peyote/__init__.py
+++ b/peyote/__init__.py
@@ -0,0 +1 @@
+from __future__ import print_function, division
\ No newline at end of file
diff --git a/setup.py b/setup.py
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..2a5a9f9565c2fca92228fbe9d763f5675221d6fb 100644
--- a/setup.py
+++ b/setup.py
@@ -0,0 +1,8 @@
+#!/usr/bin/env python
+
+from distutils.core import setup
+
+setup(name='PEYOte',
+      version='0.1',
+      packages=['peyote'],
+      )