[go: nahoru, domu]

Skip to content

Commit

Permalink
Merge pull request cantools#267 from altendky/patch-2
Browse files Browse the repository at this point in the history
Document 3.6+ support in classifiers and python_requires
  • Loading branch information
eerimoq committed Feb 9, 2021
2 parents 52b1421 + 571d8cb commit e7d8a31
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,11 @@ def find_version():
license='MIT',
classifiers=[
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 3',
],
keywords=['can', 'can bus', 'dbc', 'kcd', 'automotive'],
url='https://github.com/eerimoq/cantools',
packages=find_packages(exclude=['tests']),
python_requires='>=3.6',
install_requires=[
'bitstruct>=6.0.0',
'python-can>=2.2.0',
Expand Down

0 comments on commit e7d8a31

Please sign in to comment.