Skip to content

Commit

Permalink
fix: build error
Browse files Browse the repository at this point in the history
  • Loading branch information
Emmo00 committed Jan 26, 2024
1 parent 8c64d81 commit a3bba69
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,23 +1,6 @@
[project]
name = "alxcheck"
version = "0.1.2"
authors = [{ name="Emmanuel Nwafor", email="nwaforemmanuel005@gmail.com"}]
description = "ALX text suite. Shell Utility that checks files for ALX's Project Requirements. Including: General, C, JavaScript and Python projects"
readme = "README.md"
requires-python = ">=3.7"
classifiers = [
"Environment :: Console",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
]
keywords = ["alx", "alx test", "test", "checks", "test suite", "green squares"]

[build-system]
requires = [
"setuptools>=42",
"setuptools",
"wheel",
]
build-backend = "setuptools.build_meta"
Expand Down

0 comments on commit a3bba69

Please sign in to comment.