Skip to content

Commit

Permalink
Merge pull request #41 from unlv-evol/dev
Browse files Browse the repository at this point in the history
HOTFIX: upload readme from docs
  • Loading branch information
danielogen authored Aug 6, 2024
2 parents 9591c56 + 0904d74 commit e81e0ac
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 e81e0ac

Please sign in to comment.