summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/setup.py b/setup.py
deleted file mode 100644
index f69a305..0000000
--- a/setup.py
+++ /dev/null
@@ -1,11 +0,0 @@
-from setuptools import setup, find_packages
-
-
-setup(
- name = 'cameltris',
- description = "Tetris clone",
- version = '0.1',
- author = 'Olivier Gayot',
- author_email = 'olivier.gayot@sigexec.com',
- packages = find_packages(),
-)