updated setup files
This commit is contained in:
7
setup.py
7
setup.py
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user