Skip to content

Commit 3629c26

Browse files
authored
Merge pull request #45 from uparma/fix/setup_cfg_classifiers
Add the dot
2 parents 4aa5d53 + 4d328ea commit 3629c26

1 file changed

Lines changed: 18 additions & 15 deletions

File tree

setup.cfg

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,24 @@ author_email = christian@fufezan.net
77
url = https://github.com/uparma
88
license = tba
99
classifier =
10-
Development Status :: 4 - Beta
11-
Environment :: Console
12-
Intended Audience :: Education
13-
Intended Audience :: Science/Research
14-
Intended Audience :: Developers
15-
License :: OSI Approved :: MIT License
16-
Operating System :: MacOS :: MacOS X
17-
Operating System :: Microsoft :: Windows
18-
Operating System :: POSIX
19-
Operating System :: POSIX :: SunOS/Solaris
20-
Operating System :: Unix
21-
Programming Language :: Python :: 3.5
22-
Topic :: Scientific/Engineering :: Bio-Informatics
23-
Topic :: Scientific/Engineering :: Chemistry
24-
Topic :: Scientific/Engineering :: Medical Science Apps
10+
Development Status :: 4 - Beta
11+
Environment :: Console
12+
Intended Audience :: Education
13+
Intended Audience :: Science/Research
14+
Intended Audience :: Developers
15+
License :: OSI Approved :: Apache Software License
16+
Operating System :: MacOS :: MacOS X
17+
Operating System :: Microsoft :: Windows
18+
Operating System :: POSIX
19+
Operating System :: POSIX :: SunOS/Solaris
20+
Operating System :: Unix
21+
Programming Language :: Python :: 3.8
22+
Programming Language :: Python :: 3.9
23+
Programming Language :: Python :: 3.10
24+
Programming Language :: Python :: 3.11
25+
Topic :: Scientific/Engineering :: Bio-Informatics
26+
Topic :: Scientific/Engineering :: Chemistry
27+
Topic :: Scientific/Engineering :: Medical Science Apps.
2528

2629
[options]
2730
packages = find_namespace:

0 commit comments

Comments
 (0)