Skip to content

Commit

Permalink
Merge pull request #120 from regiontog/main
Browse files Browse the repository at this point in the history
Problem with typing package on newer versions of python
  • Loading branch information
redruin1 authored May 8, 2024
2 parents e77a99e + ad19eec commit 27a38ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def package_files(*directories):
"lupa >= 2.0; python_version >= '3.0'", # Modern Lupa
"lupa == 1.14.1; python_version < '3.0'", # Old Lupa, may break mod loading due to different Lua version
"six >= 1.16.0",
"typing",
"typing; python_version < '3.5'",
"typing_extensions; python_version < '3.8'",
"importlib-resources; python_version < '3.7'",
"enum34; python_version < '3.4'",
Expand All @@ -82,4 +82,4 @@ def package_files(*directories):
"Operating System :: OS Independent",
"License :: OSI Approved :: MIT License"
]
)
)

0 comments on commit 27a38ab

Please sign in to comment.