Created
November 7, 2018 23:42
-
-
Save mbednarski/a267a55fd90b904b059bd73c8ec1b781 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from setuptools import setup | |
| setup(name='mlp', | |
| packages=['mlp'], | |
| version='0.0.1dev1', | |
| ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment