File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11The MIT License (MIT)
22
3- Copyright (c) 2018 Mark Reid
3+ Copyright (c) 2022 Mark Reid
44
55Permission is hereby granted, free of charge, to any person obtaining a copy of
66this software and associated documentation files (the "Software"), to deal in
Original file line number Diff line number Diff line change 55from distutils .extension import Extension
66
77PROJECT_METADATA = {
8- "version" : "0.1.0.dev6 " ,
8+ "version" : "0.1.0.dev7 " ,
99 "author" : 'Mark Reid' ,
1010 "author_email" :
'[email protected] ' ,
1111 "license" : 'MIT' ,
@@ -81,6 +81,10 @@ def run(self):
8181 'Programming Language :: Python :: 3' ,
8282 'Programming Language :: Python :: 3.5' ,
8383 'Programming Language :: Python :: 3.6' ,
84+ 'Programming Language :: Python :: 3.7' ,
85+ 'Programming Language :: Python :: 3.8' ,
86+ 'Programming Language :: Python :: 3.9' ,
87+ 'Programming Language :: Python :: 3.10' ,
8488 'Operating System :: OS Independent' ,
8589 'Natural Language :: English' ,
8690 ],
You can’t perform that action at this time.
0 commit comments