@@ -67,29 +67,40 @@ def to_funcs(*paths):
67
67
name = package_name ,
68
68
author = __author__ ,
69
69
version = __version__ ,
70
- install_requires = ["pyyaml" ],
70
+ install_requires = ["crossplane" , "boltons" , "meta" , " pyyaml!=6.0.0,!=5.4.0,!=5.4.1 " ],
71
71
test_suite = package_name + ".tests" ,
72
72
packages = find_packages (),
73
73
package_dir = {package_name : package_name },
74
74
classifiers = [
75
75
"Development Status :: 3 - Alpha" ,
76
76
"Environment :: Console" ,
77
77
"Intended Audience :: Developers" ,
78
- "License :: OSI Approved " ,
78
+ "License :: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication " ,
79
79
"License :: OSI Approved :: Apache Software License" ,
80
80
"License :: OSI Approved :: MIT License" ,
81
+ "License :: OSI Approved" ,
81
82
"Natural Language :: English" ,
82
83
"Operating System :: OS Independent" ,
84
+ "Programming Language :: Python :: Implementation" ,
83
85
"Programming Language :: Python :: 2.7" ,
84
86
"Programming Language :: Python :: 3" ,
85
- "Programming Language :: Python :: Implementation" ,
87
+ "Programming Language :: Python :: 3.5" ,
88
+ "Programming Language :: Python :: 3.6" ,
89
+ "Programming Language :: Python :: 3.7" ,
90
+ "Programming Language :: Python :: 3.8" ,
91
+ "Programming Language :: Python :: 3.9" ,
92
+ "Programming Language :: Python :: 3.10" ,
93
+ "Programming Language :: Python :: 3.11" ,
94
+ "Programming Language :: Python :: 3.12" ,
95
+ "Programming Language :: Python :: 3.13" ,
96
+ "Topic :: Internet :: Proxy Servers"
97
+ "Topic :: Internet :: WWW/HTTP :: HTTP Servers" ,
86
98
"Topic :: Scientific/Engineering :: Interface Engine/Protocol Translator" ,
87
- "Topic :: Software Development" ,
88
99
"Topic :: Software Development :: Build Tools" ,
89
100
"Topic :: Software Development :: Code Generators" ,
90
101
"Topic :: Software Development :: Compilers" ,
91
102
"Topic :: Software Development :: Pre-processors" ,
92
- "Topic :: Internet :: WWW/HTTP :: HTTP Servers " ,
103
+ "Topic :: Software Development " ,
93
104
],
94
105
data_files = [
95
106
(_data_install_dir (), list (map (_data_join , listdir (_data_join ())))),
0 commit comments