Skip to content
Snippets Groups Projects
setup.cfg 772 B
Newer Older
  • Learn to ignore specific revisions
  • Pedro L. Magalhães's avatar
    Pedro L. Magalhães committed
    [metadata]
    name = topupopt
    version = 0.0.1
    author = Pedro L. Magalhães
    author_email = pmlpm@posteo.de
    description = A package for energy system optimisation.
    long_description = file: README.md
    long_description_content_type = text/markdown
    url = https://lab.compute.dtu.dk/pmag/topupopt
    project_urls =
        Bug Tracker = https://lab.compute.dtu.dk/pmag/topupopt/issues
    classifiers =
        Programming Language :: Python :: 3
        License :: OSI Approved :: GPLv3
        Operating System :: OS Independent
    
    [options]
    package_dir =
        = src
    packages = find:
    install_requires = 
        pyomo
        numpy
        scipy
        networkx
        shapely
        pandas
        geopandas
        topupheat
        matplotlib
        contextily
        scikit-learn
    python_requires = >=3.8
    
    [options.packages.find]
    where = src