mirror of
https://github.com/kennethreitz/tablib.git
synced 2026-06-05 23:10:17 +00:00
Added entrance point, setup.py updates.
This commit is contained in:
@@ -25,7 +25,7 @@ setup(
|
||||
author_email='me@kennethreitz.com',
|
||||
url='http://github.com/kennethreitz/tablib',
|
||||
packages=['tablib'],
|
||||
install_requires=['xlwt', 'simplejson', 'PyYAML'],
|
||||
install_requires=['xlwt', 'simplejson', 'PyYAML', 'argue'],
|
||||
license='MIT',
|
||||
classifiers=(
|
||||
'Development Status :: 4 - Beta',
|
||||
@@ -35,9 +35,9 @@ setup(
|
||||
'Programming Language :: Python :: 2.6',
|
||||
'Programming Language :: Python :: 2.7',
|
||||
),
|
||||
# entry_points={
|
||||
# 'console_scripts': [
|
||||
# 'tabbed = tablib.cli:start',
|
||||
# ],
|
||||
# }
|
||||
entry_points={
|
||||
'console_scripts': [
|
||||
'tabbed = tablib.cli:start',
|
||||
],
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user