Skip to content
This repository was archived by the owner on May 26, 2024. It is now read-only.

Commit af412a6

Browse files
author
tylerlaberge
committed
updated setup files
1 parent 3203d64 commit af412a6

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[metadata]
2+
description-file = README.md

setup.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,14 @@
22

33
setup(
44
name='pypat',
5-
version='0.1',
5+
version='1.0',
66
description='Python Design Patterns',
77
author='Tyler LaBerge',
8+
author_email='tyler.laberge@maine.edu',
9+
url='https://github.com/tylerlaberge/PyPat',
10+
download_url='https://github.com/tylerlaberge/PyPat/tarball/1.0',
11+
keywords=['design', 'pattern', 'patterns'],
12+
classifiers=[],
813
packages=[
914
'pypat',
1015
'pypat.creational',

0 commit comments

Comments
 (0)