]> Devi Nivas Git - chevron.git/commitdiff
Remove setup.py from git
authornoah morrison <noah@morrison.ph>
Tue, 18 Nov 2014 23:13:14 +0000 (18:13 -0500)
committernoah morrison <noah@morrison.ph>
Tue, 18 Nov 2014 23:13:14 +0000 (18:13 -0500)
setup.py [deleted file]

diff --git a/setup.py b/setup.py
deleted file mode 100644 (file)
index 65ae120..0000000
--- a/setup.py
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/usr/bin/python
-
-try:
-    from setuptools import setup
-except ImportError:
-    from distutils.core import setup
-
-setup(name='chevron',
-      version='0.1',
-      license='MIT',
-      description='Mustache templating language renderer',
-      author='noah morrison',
-      author_email='noah@morrison.ph',
-      url='https://github.com/noahmorrison/chevron',
-      packages=['chevron'],
-      entry_points={
-          'console_scripts': ['chevron=chevron:cli_main']
-      }
-      )