@@ -8,7 +8,7 @@ dynamic = ["version"]
88description = " A Python library for parsing frame ranges and file sequences commonly used in VFX and Animation applications."
99readme = " README.md"
1010requires-python = " >=3.8"
11- license = { text = " MIT" }
11+ license = " MIT"
1212authors = [
1313 {name = " Justin Israel" , email = " justinisrael@gmail.com" },
1414 {name = " Matt Chambers" , email = " yougotrooted@gmail.com" },
@@ -17,7 +17,6 @@ keywords = ["vfx", "visual effects", "file sequence", "frames", "image"]
1717classifiers = [
1818 " Development Status :: 5 - Production/Stable" ,
1919 " Intended Audience :: Developers" ,
20- " License :: OSI Approved :: MIT License" ,
2120 " Programming Language :: Python :: 3" ,
2221 " Programming Language :: Python :: 3.8" ,
2322 " Programming Language :: Python :: 3.9" ,
@@ -51,6 +50,9 @@ Issues = "https://github.com/justinfx/fileseq/issues"
5150[tool .pylint .main ]
5251py-version = " 3.8"
5352
53+ [tool .setuptools ]
54+ include-package-data = false
55+
5456[tool .setuptools .packages .find ]
5557where = [" src" ]
5658
@@ -74,7 +76,7 @@ dependencies = [
7476test = " pytest test/ -v"
7577test-cov = " pytest test/ --cov=fileseq --cov-report=html"
7678# Requires Java 11+ in PATH. macOS: export PATH="/opt/homebrew/opt/openjdk@21/bin:$PATH"
77- generate = " python src/fileseq/grammar /generate.py"
79+ generate = " python scripts /generate.py"
7880
7981[tool .hatch .envs .docs ]
8082dependencies = [
0 commit comments