Skip to content

Commit edd290e

Browse files
committed
update setup.py
1 parent 629e647 commit edd290e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2018 Mark Reid
3+
Copyright (c) 2022 Mark Reid
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of
66
this software and associated documentation files (the "Software"), to deal in

setup.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from distutils.extension import Extension
66

77
PROJECT_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
],

0 commit comments

Comments
 (0)