all repos — nasg @ d4610b28e46bcf63111408655314f27fa3302b07

removing setup
Peter Molnar hello@petermolnar.eu
Sun, 17 Dec 2017 17:37:59 +0000
commit

d4610b28e46bcf63111408655314f27fa3302b07

parent

38fdc6bd334c4f0b797605a0a1f757237fe98600

1 files changed, 0 insertions(+), 25 deletions(-)

jump to
D setup.py

@@ -1,25 +0,0 @@

-from setuptools import setup, find_packages - -setup( - version='2.0.0', - name="nasg", - author="Peter Molnar", - author_email="hello@petermolnar.eu", - description="Not Another Static Generator - a static generator", - long_description=open('README.md').read(), - packages=['nasg'], - install_requires=[ - 'arrow', - 'Jinja2', - 'langdetect', - 'requests', - 'requests-oauthlib', - 'sanic', - 'unicode-slugify', - 'Wand', - 'emoji', - ], - url='https://github.com/petermolnar/nasg', - license=open('./LICENSE').read(), - include_package_data=True, -)