Metadata-Version: 2.4
Name: dummypypi2
Version: 0.1.33a0
Summary: Dummy package to test direct publishing from GitHub to PyPi
Author-email: Bart Wolleswinkel <b.wolleswinkel@tudelft.nl>
License-File: LICENSE.txt
Keywords: dummy,github,pypi,python,test
Classifier: Development Status :: 1 - Planning
Classifier: Programming Language :: Python
Requires-Python: >=3.8
Requires-Dist: numpy
Provides-Extra: all
Requires-Dist: cvxpy; extra == 'all'
Requires-Dist: matplotlib; extra == 'all'
Requires-Dist: networkx; extra == 'all'
Provides-Extra: graphing
Requires-Dist: networkx; extra == 'graphing'
Provides-Extra: optimization
Requires-Dist: cvxpy; extra == 'optimization'
Provides-Extra: plotting
Requires-Dist: matplotlib; extra == 'plotting'
Description-Content-Type: text/markdown

# DummyPyPi2
Dummy package to test direct publishing from GitHub to PyPi.

![Tests](https://github.com/bwolleswinkel/DummyPyPi2/actions/workflows/run-tests.yml/badge.svg)
