|
54 | 54 | # Specify the Python versions you support here. In particular, ensure
|
55 | 55 | # that you indicate whether you support Python 2, Python 3 or both.
|
56 | 56 | 'Programming Language :: Python :: 2',
|
57 |
| - 'Programming Language :: Python :: 2.6', |
58 | 57 | 'Programming Language :: Python :: 2.7',
|
59 | 58 | 'Programming Language :: Python :: 3',
|
60 |
| - 'Programming Language :: Python :: 3.2', |
61 |
| - 'Programming Language :: Python :: 3.3', |
62 | 59 | 'Programming Language :: Python :: 3.4',
|
63 | 60 | 'Programming Language :: Python :: 3.5',
|
64 |
| - 'Programming Language :: Python :: 3.6' |
| 61 | + 'Programming Language :: Python :: 3.6', |
| 62 | + |
| 63 | + 'Operating System :: Microsoft :: Windows', |
| 64 | + 'Operating System :: POSIX', |
| 65 | + 'Operating System :: Unix', |
| 66 | + 'Operating System :: MacOS' |
65 | 67 | ],
|
66 | 68 |
|
67 | 69 | # What does your project relate to?
|
|
81 | 83 | # installed, specify them here. If using Python 2.6 or less, then these
|
82 | 84 | # have to be included in MANIFEST.in as well.
|
83 | 85 | package_data={
|
84 |
| - 'filterpy': ['README.rst', 'filterpy/changelog.txt', 'LICENSE'], |
| 86 | + 'filterpy': ['README.rst', 'filterpy/changelog.txt', 'LICENSE', 'filterpy/kalman/tests/*.py'], |
85 | 87 | },
|
86 | 88 |
|
87 | 89 | # Although 'package_data' is the preferred approach, in some case you may
|
|
0 commit comments