Skip to content

Commit

Permalink
Use pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoran Simic authored and nilfm99 committed Jan 29, 2024
1 parent fac14df commit 03d3117
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[build-system]
requires = ["setuptools", "wheel", "Cython", "numpy"]
1 change: 0 additions & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ def __len__(self):
"sureal>=0.4.2",
"dill>=0.3.1",
],
setup_requires=["cython", "numpy"],
entry_points = {
'console_scripts': [
'run_cleaning_cache=vmaf.script.run_cleaning_cache:main',
Expand Down
1 change: 0 additions & 1 deletion python/tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[tox]
envlist = py38, coverage
skip_missing_interpreters = true


[testenv]
Expand Down

0 comments on commit 03d3117

Please sign in to comment.