Skip to content
This repository has been archived by the owner on Mar 26, 2022. It is now read-only.

Commit

Permalink
Add long description to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
BreezeWhite committed Oct 1, 2021
1 parent db54fd8 commit f735562
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
import setuptools


with open("README.md") as red:
ldest = red.read()

setuptools.setup(
name='Oemer',
version='0.2.0',
author='Meteo Corp.',
author_email='[email protected]',
description='End-to-end Optical Music Recoginition (OMR) system.',
long_description=ldest,
url='https://github.com/meteo-team/oemer',
packages=setuptools.find_packages(),
package_data={
Expand Down

0 comments on commit f735562

Please sign in to comment.