Compare commits

...

2 Commits

Author SHA1 Message Date
Storm Dragon
d1be848ebb Merge branch 'testing' got rid of the scm dependency." 2024-12-20 14:11:51 -05:00
Storm Dragon
bc4319bf5e Forgot to get rid of the scm stuff since moving back to setup.py. 2024-12-20 14:08:25 -05:00
2 changed files with 0 additions and 8 deletions

View File

@ -1,5 +0,0 @@
[build-system]
requires = ["setuptools>=64.0.0", "setuptools_scm[toml]>=6.2"]
build-backend = "setuptools.build_meta"
[tool.setuptools_scm]

View File

@ -60,9 +60,6 @@ def read(fname):
setup(
# Application name:
name="fenrir-screenreader",
# Version is now handled by setuptools_scm
use_scm_version=True,
setup_requires=['setuptools_scm'],
# description
description="A TTY Screen Reader for Linux.",
long_description=read('README.md'),