Commit 695e1b877a43960450ca3b506d88e81a5465816b
1 parent
c4200a77
Exists in
master
fix setup.py and add .venv to .gitignore
Showing
2 changed files
with
2 additions
and
1 deletions
Show diff stats
.gitignore
setup.py
| ... | ... | @@ -18,7 +18,7 @@ setup( |
| 18 | 18 | url="https://git.xdi.uevora.pt/mjsb/aprendizations.git", |
| 19 | 19 | packages=find_packages(), |
| 20 | 20 | include_package_data=True, # install files from MANIFEST.in |
| 21 | - python_requires='>=3.9.*', | |
| 21 | + python_requires='>=3.9', | |
| 22 | 22 | install_requires=[ |
| 23 | 23 | 'tornado>=6.0', |
| 24 | 24 | 'mistune<2', | ... | ... |