Metadata-Version: 2.1
Name: MilPython
Version: 0.0.3
Summary: Framework for building MILP optimizations for time series with gurobipy
Home-page: https://github.com/hanneshanse/MilPython
Author: Hannes Hanse
Author-email: hannes.hanse@tu-clausthal.de
License: MIT
Keywords: milp,time series,optimization,gurobi,gurobipy
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# MilPython

Uploading a new Version:
1. Change version number in setup.py
2. cmd in diesem Verzeichnis: 
- Version erstellen: python setup.py sdist
- Version testen: pip install ./dist/MilPython-0.0.2.tar.gz
- Version hochladen: py -m twine upload dist/*
3. (Version auf Pc updaten: pip install MilPython -U)
