Skip to content

Commit 422c6df

Browse files
authored
Fixed mixed tabs and spaces (#278)
1 parent 0a92c33 commit 422c6df

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.cfg

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ classifiers =
1313
Development Status :: 5 - Production/Stable
1414
Intended Audience :: Developers
1515
License :: OSI Approved :: zlib/libpng License
16-
Programming Language :: Python :: 3 :: Only
16+
Programming Language :: Python :: 3 :: Only
1717
Programming Language :: Python :: 3
1818
Programming Language :: Python :: 3.9
1919
Programming Language :: Python :: 3.10
@@ -25,11 +25,11 @@ classifiers =
2525
Operating System :: MacOS
2626
Topic :: Multimedia :: Graphics
2727
Topic :: Software Development :: Libraries
28-
Topic :: Scientific/Engineering :: Physics
29-
Typing :: Typed
28+
Topic :: Scientific/Engineering :: Physics
29+
Typing :: Typed
3030
project_urls =
3131
Source Code = https://github.com/Zuzu-Typ/PyGLM/
32-
Documentation = https://github.com/Zuzu-Typ/PyGLM/wiki
32+
Documentation = https://github.com/Zuzu-Typ/PyGLM/wiki
3333

3434
[options]
3535
include_package_data = True

0 commit comments

Comments
 (0)