Skip to content
Snippets Groups Projects
setup.cfg 767 B
Newer Older
  • Learn to ignore specific revisions
  • [metadata]
    name = PyBIS
    
    Swen Vermeul's avatar
    Swen Vermeul committed
    version = 1.34.0rc1
    
    author = Swen Vermeul • ID SIS • ETH Zürich
    author_email = swen@ethz.ch
    
    license = Apache Software License Version 2.0
    description = openBIS connection and interaction, optimized for using with Jupyter
    url = https://sissource.ethz.ch/sispub/openbis/tree/master/pybis
    long_description = file: README.md
    long_description_content_type = text/markdown
    classifiers =
        Programming Language :: Python :: 3
        License :: OSI Approved :: Apache Software License
        Operating System :: OS Independent
    
    
    Swen Vermeul's avatar
    Swen Vermeul committed
    [options.entry_points]
    console_scripts =
        pybis = pybis.cli:cli
    
    
    [options]
    packages = find:
    install_requires =
        pytest
        requests
        urllib3
        pandas
        click
        texttable
        tabulate
    python_requires = >=3.6