Skip to content

Commit aa7ffeb

Browse files
committed
New repo home, converted from hg to git.
1 parent 0e10dab commit aa7ffeb

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

.hgignore renamed to .gitignore

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
syntax: glob
21
*.pyc
32
*~
43
.*project
5-
dist/*
4+
dist/
65
*egg-info*

CHANGES.rst

+5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ Changes
33
=======
44

55

6+
0.8.2 - In development
7+
======================
8+
* New repo location, converted from hg to git.
9+
10+
611
0.8.1 - July 8, 2011
712
====================
813
* Fixed installation via PyPI, including the addition of

pypack/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55

66
__version__ = '0.8.2-dev'
7-
__url__ = 'http://pypi.python.org/pypi/python-package-template/'
7+
__url__ = 'https://github.com/gdub/pypack'
88

99

1010
class PypackError(Exception): pass

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
name='python-package-template',
1111
version=pypack.__version__,
1212
author='Gary Wilson Jr.',
13-
author_email='gary.wilson@gmail.com',
13+
author_email='gary@thegarywilson.com',
1414
packages=['pypack'],
1515
entry_points={
1616
'console_scripts': [

0 commit comments

Comments
 (0)