renamed package.
This commit is contained in:
10
setup.py
10
setup.py
@@ -1,15 +1,15 @@
|
||||
from distutils.core import setup
|
||||
|
||||
setup(
|
||||
name='pypatterns',
|
||||
name='pypat',
|
||||
version='0.1',
|
||||
description='Python Design Patterns',
|
||||
author='Tyler LaBerge',
|
||||
packages=[
|
||||
'pypatterns',
|
||||
'pypatterns.creational',
|
||||
'pypatterns.behavioral',
|
||||
'pypatterns.structural'
|
||||
'pypat',
|
||||
'pypat.creational',
|
||||
'pypat.behavioral',
|
||||
'pypat.structural'
|
||||
],
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user