File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 6
6
setuptools .setup (
7
7
name = "pico-project-generator" ,
8
8
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" ,
10
10
long_description = long_description ,
11
11
long_description_content_type = "text/markdown" ,
12
12
url = "https://github.com/raspberrypi/pico-project-generator" ,
13
13
classifiers = [
14
14
"Programming Language :: Python :: 3" ,
15
+ "Topic :: Software Development" ,
16
+ "Topic :: Software Development :: Code Generators" ,
17
+ "Topic :: Software Development :: Embedded Systems" ,
15
18
],
16
19
python_requires = '>=3.6' ,
17
- use_scm_version = True ,
18
- setup_requires = ['setuptools_scm' ],
19
20
package_data = {
20
21
'pico_project' : ['logo_alpha.gif' , 'pico_configs.tsv' ]
21
22
},
You can’t perform that action at this time.
0 commit comments