File tree 4 files changed +8
-4
lines changed
4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
- syntax: glob
2
1
* .pyc
3
2
* ~
4
3
. * project
5
- dist/*
4
+ dist /
6
5
* egg-info *
Original file line number Diff line number Diff line change 3
3
=======
4
4
5
5
6
+ 0.8.2 - In development
7
+ ======================
8
+ * New repo location, converted from hg to git.
9
+
10
+
6
11
0.8.1 - July 8, 2011
7
12
====================
8
13
* Fixed installation via PyPI, including the addition of
Original file line number Diff line number Diff line change 4
4
5
5
6
6
__version__ = '0.8.2-dev'
7
- __url__ = 'http ://pypi.python.org/pypi/python-package-template/ '
7
+ __url__ = 'https ://github.com/gdub/pypack '
8
8
9
9
10
10
class PypackError (Exception ): pass
Original file line number Diff line number Diff line change 10
10
name = 'python-package-template' ,
11
11
version = pypack .__version__ ,
12
12
author = 'Gary Wilson Jr.' ,
13
- author_email = 'gary.wilson@gmail .com' ,
13
+ author_email = 'gary@thegarywilson .com' ,
14
14
packages = ['pypack' ],
15
15
entry_points = {
16
16
'console_scripts' : [
You can’t perform that action at this time.
0 commit comments