File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 14
14
'Programming Language :: C' ,
15
15
'Topic :: System :: Software Distribution' ,
16
16
'Topic :: System :: Systems Administration' ,
17
+ "Programming Language :: Python :: 2" ,
18
+ 'Programming Language :: Python :: 2.7' ,
17
19
'Programming Language :: Python :: 3' ,
20
+ 'Programming Language :: Python :: 3.4' ,
21
+ 'Programming Language :: Python :: 3.5' ,
22
+ 'Programming Language :: Python :: 3.6' ,
23
+ 'Programming Language :: Python :: 3.7' ,
18
24
),
19
- python_requires = ">=3.5" ,
20
25
packages = ['createrepo_c' ],
21
26
package_dir = {
22
27
'createrepo_c' : 'src/python'
27
32
'-DCREATEREPO_C_INSTALL_DEVELOPMENT:BOOL=OFF' ,
28
33
'-DCREATEREPO_C_INSTALL_MANPAGES:BOOL=OFF' ,
29
34
'-DENABLE_BASHCOMP:BOOL=OFF' ,
30
- '-DPYTHON_DESIRED:STRING=3' ,
31
35
],
32
36
cmake_languages = ['C' ],
33
37
entry_points = {
You can’t perform that action at this time.
0 commit comments