Skip to content

Commit

Permalink
Add a python_requires, drop deprecated test_suite
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Oct 9, 2024
1 parent b21c044 commit 9004598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ def get_version(filename='src/restview/restviewhttp.py'):
package_dir={'': 'src'},
package_data={'restview': ['*.css', '*.ico']},
include_package_data=True,
python_requires=">=3.7",
install_requires=['docutils', 'readme_renderer < 37', 'pygments'],
extras_require={'syntax': [], 'test': []},
test_suite='restview.tests.test_suite',
zip_safe=False,
entry_points="""
[console_scripts]
Expand Down

0 comments on commit 9004598

Please sign in to comment.