Skip to content

Commit

Permalink
Added python setup files
Browse files Browse the repository at this point in the history
  • Loading branch information
git25126 committed Jun 22, 2017
1 parent 7286fe9 commit ff4b651
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[metadata]
install_requires=
flask
18 changes: 18 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# !/usr/bin/env python

from distutils.core import setup

setup(
name='FullStackTemplate',
version='1.0.0',
description='A Template for creating a Full Stack Web Application using Python, NPM, Webpack and React',
author='Angela Branaes',
author_email='[email protected]',
license='MIT',
url='https://github.com/angineering/FullStackTemplate',
keywords = [ 'fullstack', 'template', 'python', 'react','npm', 'webpack'],
classifiers = [
'Topic :: Software Development',
'Natural Language :: English'
],
)

0 comments on commit ff4b651

Please sign in to comment.