updated setup files

This commit is contained in:
tylerlaberge
2016-09-10 18:03:34 -04:00
parent 3203d64699
commit af412a649c
2 changed files with 8 additions and 1 deletions

2
setup.cfg Normal file
View File

@@ -0,0 +1,2 @@
[metadata]
description-file = README.md

View File

@@ -2,9 +2,14 @@ from distutils.core import setup
setup( setup(
name='pypat', name='pypat',
version='0.1', version='1.0',
description='Python Design Patterns', description='Python Design Patterns',
author='Tyler LaBerge', author='Tyler LaBerge',
author_email='tyler.laberge@maine.edu',
url='https://github.com/tylerlaberge/PyPat',
download_url='https://github.com/tylerlaberge/PyPat/tarball/1.0',
keywords=['design', 'pattern', 'patterns'],
classifiers=[],
packages=[ packages=[
'pypat', 'pypat',
'pypat.creational', 'pypat.creational',