Skip to content

Commit 22763d3

Browse files
committed
fix bug for pypi distribution
1 parent 6d4dee3 commit 22763d3

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

setup.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,9 @@
1313
long_description = f.read()
1414

1515
setup(
16-
version="0.2.0",
16+
version="0.3.0",
1717
name="glouton",
18-
description="Glouton is a cli program which helps you downloading satnogs data",
19-
long_description=long_description,
18+
description="`Glouton is a cli program which helps you downloading satnogs data`",
2019
url="https://github.com/deckbsd/glouton-satnogs-data-downloader.git",
2120
license="MIT",
2221
author="deckbsd",
@@ -30,6 +29,6 @@
3029
classifiers=[
3130
"Development Status :: 3 - Alpha", "Intended Audience :: Developers",
3231
"Programming Language :: Python :: 3",
33-
"License :: MIT"
32+
"License :: OSI Approved :: MIT License"
3433
],
3534
)

0 commit comments

Comments
 (0)