|
19 | 19 | # Versions should comply with PEP440. For a discussion on single-sourcing |
20 | 20 | # the version across setup.py and the project code, see |
21 | 21 | # https://packaging.python.org/en/latest/single_source_version.html |
22 | | - version='1.1.2', |
| 22 | + version='1.1.3', |
23 | 23 |
|
24 | 24 | description='A decoding libary for the PDB mmtf format', |
25 | 25 | long_description=long_description, |
|
28 | 28 | url='https://github.com/rcsb/mmtf-python.git', |
29 | 29 |
|
30 | 30 | # Author details |
31 | | - author='Anthony Bradley', |
32 | | - |
| 31 | + author='Anthony Bradley, Peter W. Rose', |
| 32 | + |
33 | 33 |
|
34 | 34 | # Choose your license |
35 | 35 | license='Apache 2.0', |
|
60 | 60 | 'Programming Language :: Python :: 3.4', |
61 | 61 | 'Programming Language :: Python :: 3.5', |
62 | 62 | 'Programming Language :: Python :: 3.6', |
| 63 | + 'Programming Language :: Python :: 3.7', |
| 64 | + 'Programming Language :: Python :: 3.8', |
| 65 | + 'Programming Language :: Python :: 3.9', |
63 | 66 | ], |
64 | 67 |
|
65 | 68 | # What does your project relate to? |
|
77 | 80 | # your project is installed. For an analysis of "install_requires" vs pip's |
78 | 81 | # requirements files see: |
79 | 82 | # https://packaging.python.org/en/latest/requirements.html |
80 | | - install_requires=['msgpack>=0.5.6'], |
| 83 | + install_requires=['msgpack>=1.0.0'], |
81 | 84 |
|
82 | 85 | # List additional groups of dependencies here (e.g. development |
83 | 86 | # dependencies). You can install these using the following syntax, |
|
0 commit comments