Skip to content

Cant able to install setup.py #13

@3th1cyuk1

Description

@3th1cyuk1

When I tried the following option python setup.py install it gives the following error

/usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'install_requires'
warnings.warn(msg)
running install
running build
running install_egg_info
Removing /usr/local/lib/python2.7/dist-packages/JSMon-1.0.egg-info
Writing /usr/local/lib/python2.7/dist-packages/JSMon-1.0.egg-info

In setup.py the following is the code

#!/usr/bin/env python
from setuptools import setup, find_packages

setup(
name='JSMon',
packages=find_packages(),
version='1.0',
description="A python script that monitors JavaScript files.",
long_description=open('README.md').read(),
author='r0bre',
author_email='mail@r0b.re',
license='MIT',
url='https://github.com/robre/jsmon',
install_requires=['requests', 'jsbeautifier', 'python-decouple','slackclient'],
)

What's the problem ?

Thanks in advance !!
Yukesh

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions