Skip to content

Commit

Permalink
add classifiers and python version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
Inveracity committed Jan 19, 2021
1 parent e80b549 commit 493c692
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,11 @@
maintainer_email="cbaklid@gmail.com",
packages=['rethinkdb_mock'],
package_dir={'rethinkdb_mock': 'rethinkdb_mock'},
install_requires=['rethinkdb>=2.4.8', 'python-dateutil', 'future']
install_requires=['rethinkdb>=2.4.8', 'python-dateutil', 'future'],
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
python_requires='>=3.9',
)

0 comments on commit 493c692

Please sign in to comment.