Skip to content

Instantly share code, notes, and snippets.

@mbednarski
Created November 7, 2018 23:42
Show Gist options
  • Save mbednarski/a267a55fd90b904b059bd73c8ec1b781 to your computer and use it in GitHub Desktop.
Save mbednarski/a267a55fd90b904b059bd73c8ec1b781 to your computer and use it in GitHub Desktop.
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