Skip to content

Commit d6bd896

Browse files
committed
Minor additions to setup.py description
1 parent 36ea54a commit d6bd896

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

setup.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,17 @@
66
setuptools.setup (
77
name = "pico-project-generator",
88
version = "0.1",
9-
description = "Console and GUI CMake project generator for the Raspberry Pi Pico",
9+
description = "Console and GUI C project generator for the Raspberry Pi Pico",
1010
long_description = long_description,
1111
long_description_content_type = "text/markdown",
1212
url = "https://github.com/raspberrypi/pico-project-generator",
1313
classifiers=[
1414
"Programming Language :: Python :: 3",
15+
"Topic :: Software Development",
16+
"Topic :: Software Development :: Code Generators",
17+
"Topic :: Software Development :: Embedded Systems",
1518
],
1619
python_requires = '>=3.6',
17-
use_scm_version = True,
18-
setup_requires=['setuptools_scm'],
1920
package_data = {
2021
'pico_project': ['logo_alpha.gif', 'pico_configs.tsv']
2122
},

0 commit comments

Comments
 (0)