@@ -67,29 +67,40 @@ def to_funcs(*paths):
6767 name = package_name ,
6868 author = __author__ ,
6969 version = __version__ ,
70- install_requires = ["pyyaml" ],
70+ install_requires = ["crossplane" , "boltons" , "meta" , " pyyaml!=6.0.0,!=5.4.0,!=5.4.1 " ],
7171 test_suite = package_name + ".tests" ,
7272 packages = find_packages (),
7373 package_dir = {package_name : package_name },
7474 classifiers = [
7575 "Development Status :: 3 - Alpha" ,
7676 "Environment :: Console" ,
7777 "Intended Audience :: Developers" ,
78- "License :: OSI Approved " ,
78+ "License :: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication " ,
7979 "License :: OSI Approved :: Apache Software License" ,
8080 "License :: OSI Approved :: MIT License" ,
81+ "License :: OSI Approved" ,
8182 "Natural Language :: English" ,
8283 "Operating System :: OS Independent" ,
84+ "Programming Language :: Python :: Implementation" ,
8385 "Programming Language :: Python :: 2.7" ,
8486 "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" ,
8698 "Topic :: Scientific/Engineering :: Interface Engine/Protocol Translator" ,
87- "Topic :: Software Development" ,
8899 "Topic :: Software Development :: Build Tools" ,
89100 "Topic :: Software Development :: Code Generators" ,
90101 "Topic :: Software Development :: Compilers" ,
91102 "Topic :: Software Development :: Pre-processors" ,
92- "Topic :: Internet :: WWW/HTTP :: HTTP Servers " ,
103+ "Topic :: Software Development " ,
93104 ],
94105 data_files = [
95106 (_data_install_dir (), list (map (_data_join , listdir (_data_join ())))),
0 commit comments