Revision 42dbb56518765083d913a6d38df2ab33fa23112b authored by Andrey Velichkevich on 07 July 2020, 01:53:57 UTC, committed by GitHub on 07 July 2020, 01:53:57 UTC
* Init commit for material UI v4

* Rebase

* Add label to all selects

* Remove changes from v1alpha3
1 parent c3b38d8
Raw File
setup.py
from setuptools import setup

setup(name="pkg",
      packages=["pkg"])
back to top