mirror of
https://github.com/nvbn/thefuck.git
synced 2025-01-18 20:11:17 +00:00
Fill setup.py
This commit is contained in:
parent
71f1f4224b
commit
327c3a0cf5
25
setup.py
25
setup.py
@ -1,26 +1,15 @@
|
|||||||
from setuptools import setup, find_packages
|
from setuptools import setup, find_packages
|
||||||
|
|
||||||
|
|
||||||
version = '1'
|
|
||||||
|
|
||||||
setup(name='thefuck',
|
setup(name='thefuck',
|
||||||
version=version,
|
version=1.0,
|
||||||
description="",
|
description="Magnificent app which corrects your previous console command",
|
||||||
long_description="""\
|
author='Vladimir Iakovlev',
|
||||||
""",
|
author_email='nvbn.rm@gmail.com',
|
||||||
classifiers=[], # Get strings from http://pypi.python.org/pypi?%3Aaction=list_classifiers
|
url='https://github.com/nvbn/thefuck',
|
||||||
keywords='',
|
license='MIT',
|
||||||
author='',
|
|
||||||
author_email='',
|
|
||||||
url='',
|
|
||||||
license='',
|
|
||||||
packages=find_packages(exclude=['ez_setup', 'examples', 'tests']),
|
packages=find_packages(exclude=['ez_setup', 'examples', 'tests']),
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
install_requires=[
|
|
||||||
# -*- Extra requirements: -*-
|
|
||||||
],
|
|
||||||
entry_points={'console_scripts': [
|
entry_points={'console_scripts': [
|
||||||
'thefuck = thefuck.main:main',
|
'thefuck = thefuck.main:main']})
|
||||||
]},
|
|
||||||
)
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user