Skip to main content

This is a causal inference method

Project description

import os from setuptools import setup, find_packages

path = os.path.abspath(os.path.dirname(file))

try: with open(os.path.join(path, 'README.md')) as f: long_description = f.read() except Exception as e: long_description = "customize okta cli"

setup( name = "okta-cmd", version = "0.1.0", keywords = ("pip", "okta", "cli", "cmd", "steven"), description = "okta cli", long_description = long_description, long_description_content_type='text/markdown', python_requires=">=3.5.0", license = "MIT Licence",

url = "https://github.com/stevenQiang/okta-cmd",
author = "steven",
author_email = "qianggao7@gmail.com",

packages = find_packages(),
include_package_data = True,
install_requires = ["requests", "click"],
platforms = "any",

scripts = [],
entry_points = {
    'console_scripts': [
        'okta-cmd=oktacmd:main_cli'
    ]
}

)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

myccm-5.0-py3-none-any.whl (5.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page