Skip to content

Commit

Permalink
Updated readme and project definition
Browse files Browse the repository at this point in the history
  • Loading branch information
jrast committed Aug 7, 2023
1 parent 283d71b commit d23d350
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,13 @@ Installation
.. csv-table::
:header: "Package Version", "LittleFS Version", "LittleFS File System Version"

0.6.0, 2.7.0, 2.0 / 2.1 [#f1]_
0.5.0, 2.6.1, 2.1
0.4.0, 2.2.1, 2.0
0.3.0, 2.2.1, 2.0

.. [#f1] See ``test/test_multiversion.py`` for examples.
This is as simple as it can be::

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[build-system]
requires = ["setuptools", "wheel", "Cython"]
requires = ["setuptools", "wheel", "Cython>=0.29.31"]
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Cython>=0.29.13
Cython>=0.29.31
tox>=3.14.0
pytest>=4.0.0
setuptools_scm>=3.3.3
5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@
'Development Status :: 3 - Alpha',
'Intended Audience :: Developers',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Topic :: Scientific/Engineering',
'Topic :: Software Development :: Embedded Systems',
'Topic :: Software Development :: Libraries',
Expand Down

0 comments on commit d23d350

Please sign in to comment.