File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 2
2
description-file = README.md
3
3
4
4
[bdist_rpm]
5
- requires =python python-six
6
5
release =1
7
6
8
7
[bdist_wheel]
Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env python
2
2
# -*- coding: utf-8 -*-
3
3
#
4
- # Copyright (c) 2014, 2015
4
+ # Copyright (c) 2014-2022 trollsift developers
5
5
#
6
6
# Author(s):
7
7
#
32
32
cmdclass = versioneer .get_cmdclass (),
33
33
description = 'String parser/formatter' ,
34
34
long_description = README ,
35
- author = 'Panu Lahtinen' ,
36
- author_email = 'panu.lahtinen@fmi.fi' ,
35
+ long_description_content_type = 'text/x-rst' ,
36
+ author = 'The Pytroll Team' ,
37
+ author_email = 'pytroll@googlegroups.com' ,
37
38
classifiers = ["Development Status :: 5 - Production/Stable" ,
38
39
"Intended Audience :: Science/Research" ,
39
40
"License :: OSI Approved :: GNU General Public License v3 " +
46
47
packages = ['trollsift' ],
47
48
keywords = ["string parsing" , "string formatting" , "pytroll" ],
48
49
zip_safe = False ,
50
+ python_requires = '>=3.6' ,
49
51
install_requires = [],
50
52
tests_require = ['pytest' ]
51
53
)
You can’t perform that action at this time.
0 commit comments