updated setup.py
This commit is contained in:
4
setup.py
4
setup.py
@@ -2,12 +2,12 @@ from distutils.core import setup
|
||||
|
||||
setup(
|
||||
name='pypat',
|
||||
version='1.0',
|
||||
version='1.1',
|
||||
description='Python Design Patterns',
|
||||
author='Tyler LaBerge',
|
||||
author_email='tyler.laberge@maine.edu',
|
||||
url='https://github.com/tylerlaberge/PyPat',
|
||||
download_url='https://github.com/tylerlaberge/PyPat/tarball/v1.0',
|
||||
download_url='https://github.com/tylerlaberge/PyPat/tarball/v1.1',
|
||||
keywords=['design', 'pattern', 'patterns'],
|
||||
classifiers=[],
|
||||
packages=[
|
||||
|
||||
Reference in New Issue
Block a user