You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
with open("README.md", "r", encoding="utf-8") as fh:
long_description = fh.read()
setuptools.setup(
name="EPMS",
version="0.0.8",
author="PET Computação UFRGS",
author_email="pet@inf.ufrgs.br",
description="The Expressive Polyphonic MIDI Serializer is a tool to turn MIDI files into a model-friendly, expressive representation for ML projects.",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/petcomputacaoufrgs/EPMS",
project_urls={
"LSTM model using EPMS": "https://github.com/petcomputacaoufrgs/papagaio",