#!/usr/bin/env python from setuptools import setup setup( name="szilagyi", packages=["szilagyi"], extra_requires={"plots": ["matplotlib"]}, )