Skip to content

Commit

Permalink
Updated for release
Browse files Browse the repository at this point in the history
  • Loading branch information
shiroyuki committed Jun 4, 2015
1 parent 23c466e commit 1e626b3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
*.egg-info
build
MANIFEST
*.komodoproject
.idea
Expand Down
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[bdist_wheel]
universal=1
7 changes: 5 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
from distutils.core import setup
try:
from setuptools import setup
except:
from distutils.core import setup

setup(
name = 'Kotoba',
version = '3.1.0',
description = 'XML Reading Library',
description = 'XML/JSON Reading Library with Level-3 CSS Selector',
author = 'Juti Noppornpitak',
author_email = 'juti_n@yahoo.co.jp',
url = 'http://shiroyuki.com/work/projects-kotoba',
Expand Down

0 comments on commit 1e626b3

Please sign in to comment.