Skip to content

Commit 0d1b42a

Browse files
committed
Updated for distribution on PyPi
1 parent 5743831 commit 0d1b42a

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@ tmp/
1212
*.pyo
1313

1414
# python garbage
15+
dist/
1516
build/
1617
*.egg-info/

.hgignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ tmp/
1515
*.pyo
1616

1717
# python garbage
18+
dist/
1819
build/
1920
*.egg-info/
2021

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
keywords='yajl json parsing',
1313
author='Hatem Nassrat',
1414
author_email='[email protected]',
15-
url='http://github.com/pykler/yajl-py',
16-
license='GPLv3',
15+
url='http://pykler.github.com/yajl-py/',
16+
license='PSF',
1717
packages=find_packages(exclude=['ez_setup', 'examples', 'tests']),
1818
include_package_data=True,
1919
zip_safe=True,

0 commit comments

Comments
 (0)