We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d4dee3 commit 22763d3Copy full SHA for 22763d3
setup.py
@@ -13,10 +13,9 @@
13
long_description = f.read()
14
15
setup(
16
- version="0.2.0",
+ version="0.3.0",
17
name="glouton",
18
- description="Glouton is a cli program which helps you downloading satnogs data",
19
- long_description=long_description,
+ description="`Glouton is a cli program which helps you downloading satnogs data`",
20
url="https://github.com/deckbsd/glouton-satnogs-data-downloader.git",
21
license="MIT",
22
author="deckbsd",
@@ -30,6 +29,6 @@
30
29
classifiers=[
31
"Development Status :: 3 - Alpha", "Intended Audience :: Developers",
32
"Programming Language :: Python :: 3",
33
- "License :: MIT"
+ "License :: OSI Approved :: MIT License"
34
],
35
)
0 commit comments