Skip to content

Commit

Permalink
HOTFIX: upload readme from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
danielogen committed Aug 6, 2024
1 parent a2a916b commit 0904d74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ authors = [
license={file="LICENSE" }
python_requires = ">=3.5"
description = "Framework for Source Code Preprocessing"
readme = "PyReprism is a Python framework that helps researchers and developers the task of source code preprocessing. With PyReprism, you can easily match, extract, count, and remove comments, whitespaces, operators, numbers and other language specific constructs from over 150 programming languages and file extensions."
readme = "docs/intro.rst"
requires-python = ">=3.6"
classifiers = [
"Environment :: Console",
Expand Down

0 comments on commit 0904d74

Please sign in to comment.