GITLAB iLM - Institut Lumière Matière

Skip to content
Snippets Groups Projects
Select Git revision
  • 603a345fcfa2c3b7f4821433e5a4892a7867b66d
  • master default protected
  • v0.20.1
  • v0.20.0
  • v0.19.5
  • v0.19.4
  • v0.19.3
  • v0.19.2
  • v0.19.1
  • v0.19.0
  • v0.18.0
  • v0.17.0
  • v0.16.2
  • v0.16.1
  • v0.16.0
  • v0.15.0
  • v0.14.0
  • v0.13.1
  • v0.13.0
  • v0.12.0
  • v0.11.1
  • v0.11.0
22 results

setup.cfg

Blame
  • setup.cfg 773 B
    [metadata]
    name = prevo
    author = Olivier Vincent
    author_email = ovinc.py@gmail.com
    url = https://cameleon.univ-lyon1.fr/ovincent/prevo
    description = Base package to record data periodically
    long_description = file: README.md
    long_description_content_type = text/markdown
    keywords = periodic, recording, data
    classifiers =
        Programming Language :: Python :: 3
        Programming Language :: Python :: 3.6
        Programming Language :: Python :: 3.7
        Programming Language :: Python :: 3.8
        Programming Language :: Python :: 3.9
        Operating System :: OS Independent
    
    [options]
    include_package_data = True
    packages = find:
    install_requires =
        tqdm
        oclock > 1.2.2
        tzlocal < 3.0
        clivo >= 0.2.0
    setup_requires =
        setuptools_scm
    python_requires =
        >=3.6