Skip to content
Snippets Groups Projects
Commit 37dc0b6f authored by tuhe's avatar tuhe
Browse files

updtes

parent 1d359cdd
No related branches found
No related tags found
No related merge requests found
Pipeline #44099 passed
......@@ -33,6 +33,6 @@ setuptools.setup(
],
package_dir={"": "src"},
packages=setuptools.find_packages(where="src"),
python_requires=">=3.8",
python_requires=">=3.9",
install_requires=['pybtex', 'numpy'],
)
Metadata-Version: 2.4
Name: codesnipper
Version: 0.1.18.18
Version: 0.1.18.20
Summary: A lightweight framework for censoring student solutions files and extracting code + output
Home-page: https://lab.compute.dtu.dk/tuhe/snipper
Author: Tue Herlau
......@@ -10,11 +10,12 @@ Project-URL: Bug Tracker, https://lab.compute.dtu.dk/tuhe/snipper/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pybtex
Requires-Dist: numpy
Requires-Dist: sphinx
Dynamic: author
Dynamic: author-email
Dynamic: classifier
......
pybtex
numpy
sphinx
......@@ -7,7 +7,6 @@ from snipper.fix_s import save_s
from snipper.fix_cite import fix_citations
from snipper.fix_bf import fix_f, fix_b
from snipper.fix_o import run_o
from sphinx.ext.autodoc.preserve_defaults import update_defvalue
def rem_nonprintable_ctrl_chars(txt):
......
__version__ = "0.1.18.18"
__version__ = "0.1.18.21"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment