Skip to content

Commit 75c14d9

Browse files
committed
chore(pypi): ignore test & md long description
1 parent 715e5db commit 75c14d9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from setuptools import setup, find_packages
1313

1414
NAME = "flat_api"
15-
VERSION = "0.7.0"
15+
VERSION = "0.8.0"
1616
# To install the library, run the following
1717
#
1818
# python setup.py install
@@ -39,8 +39,9 @@
3939
url="https://github.com/FlatIO/api-client-python",
4040
keywords=["Flat API", "MusicXML", "Music Notation", "MIDI"],
4141
long_description=LONG_DESCRIPTION,
42+
long_description_content_type="text/markdown",
4243
install_requires=REQUIRES,
43-
packages=find_packages(),
44+
packages=find_packages(exclude=['test']),
4445
include_package_data=True,
4546
license="Apache",
4647
classifiers=[

0 commit comments

Comments
 (0)