Skip to content

Commit

Permalink
馃敤 Try and error #1
Browse files Browse the repository at this point in the history
  • Loading branch information
hf-krechan committed Jun 16, 2021
1 parent 3e60616 commit f417bad
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
from setuptools import find_packages, setup

setup(
name="ahb_extractor",
version="0.0.0",
author="Kevin Krechan",
author_email="kevin.krechan@hochfrequenz.de",
description="Tool to generate machine readable files from AHB documents.",
packages=find_packages(),
install_requires=["openpyxl", "pandas", "python-docx", "XlsxWriter"],
)
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ envlist =
linting
coverage
skip_missing_interpreters = True
skipsdist = False
skipsdist = True

[testenv]
commands = python -m pip install --upgrade pip
Expand Down

0 comments on commit f417bad

Please sign in to comment.