File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
# win32-setctime
2
2
3
- [ ![ Pypi version] ( https://img.shields.io/pypi/v/win32-setctime.svg )] ( https://pypi.python.org/pypi/win32-setctime ) [ ![ Python version] ( https://img.shields.io/badge/python-3.5%2B-blue.svg )] ( https://pypi.python.org/pypi/win32-setctime ) [ ![ Build status] ( https://img.shields.io/github/workflow/status/Delgan/win32-setctime/Tests/master )] ( https://github.com/Delgan/win32-setctime/actions/workflows/tests.yml?query=branch%3Amaster ) [ ![ License] ( https://img.shields.io/github/license/delgan/win32-setctime.svg )] ( https://github.com/Delgan/win32-setctime/blob/master/LICENSE )
3
+ [ ![ Pypi version] ( https://img.shields.io/pypi/v/win32-setctime.svg )] ( https://pypi.python.org/pypi/win32-setctime ) [ ![ Python version] ( https://img.shields.io/badge/python-3.5%2B-blue.svg )] ( https://pypi.python.org/pypi/win32-setctime ) [ ![ Build status] ( https://img.shields.io/github/workflow/status/Delgan/win32-setctime/Tests/master )] ( https://github.com/Delgan/win32-setctime/actions/workflows/tests.yml?query=branch:master ) [ ![ License] ( https://img.shields.io/github/license/delgan/win32-setctime.svg )] ( https://github.com/Delgan/win32-setctime/blob/master/LICENSE )
4
4
5
5
A small Python utility to set file creation time on Windows.
6
6
Original file line number Diff line number Diff line change 39
39
"Programming Language :: Python :: 3.5" ,
40
40
"Programming Language :: Python :: 3.6" ,
41
41
"Programming Language :: Python :: 3.7" ,
42
+ "Programming Language :: Python :: 3.8" ,
43
+ "Programming Language :: Python :: 3.9" ,
44
+ "Programming Language :: Python :: 3.10" ,
42
45
"Programming Language :: Python :: 3 :: Only" ,
43
- "Programming Language :: Python :: Implementation :: PyPy" ,
44
46
"Programming Language :: Python :: Implementation :: CPython" ,
45
47
],
46
48
extras_require = {
Original file line number Diff line number Diff line change 36
36
SUPPORTED = os .name == "nt"
37
37
38
38
39
- __version__ = "1.0.3 "
39
+ __version__ = "1.0.4 "
40
40
__all__ = ["setctime" ]
41
41
42
42
You can’t perform that action at this time.
0 commit comments