|
8 | 8 | long_description = f.read()
|
9 | 9 |
|
10 | 10 | setup(name='fprettify',
|
11 |
| - version='0.3.6', |
| 11 | + version='0.3.7', |
12 | 12 | description='auto-formatter for modern fortran source code',
|
13 | 13 | long_description=long_description,
|
14 | 14 | long_description_content_type="text/markdown",
|
|
23 | 23 | test_suite='fprettify.tests',
|
24 | 24 | keywords='fortran format formatting auto-formatter indent',
|
25 | 25 | url='https://github.com/pseewald/fprettify',
|
26 |
| - download_url='https://github.com/pseewald/fprettify/archive/v0.3.6.tar.gz', |
| 26 | + download_url='https://github.com/pseewald/fprettify/archive/v0.3.7.tar.gz', |
27 | 27 | classifiers=[
|
28 | 28 | 'Development Status :: 5 - Production/Stable',
|
29 | 29 | 'Intended Audience :: Developers',
|
30 | 30 | 'Topic :: Software Development :: Quality Assurance',
|
31 | 31 | 'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
|
32 |
| - 'Programming Language :: Python :: 2', |
33 |
| - 'Programming Language :: Python :: 2.7', |
34 | 32 | 'Programming Language :: Python :: 3',
|
35 |
| - 'Programming Language :: Python :: 3.4', |
36 | 33 | 'Programming Language :: Python :: 3.5',
|
| 34 | + 'Programming Language :: Python :: 3.6', |
| 35 | + 'Programming Language :: Python :: 3.7', |
| 36 | + 'Programming Language :: Python :: 3.8', |
| 37 | + 'Programming Language :: Python :: 3.9', |
37 | 38 | 'Environment :: Console',
|
38 | 39 | 'Operating System :: OS Independent',
|
39 | 40 | ]
|
|
0 commit comments