Skip to content

Commit

Permalink
Added -v to cicd test, removed divio-docs-gen leftovers
Browse files Browse the repository at this point in the history
  • Loading branch information
Denperidge committed Aug 3, 2023
1 parent faa7b50 commit 70bfc6e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 36 deletions.
12 changes: 5 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
# Python cache
__pycache__
docs.conf
docs/
tmp/
repos/

# Package build
# Auto-generated test data
src/tests/data/

# Package building
dist/
*.egg-info/

src/tests/data/
2 changes: 1 addition & 1 deletion .woodpecker/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ pipeline:
test:
image: python:3.10
commands:
- python3 -m unittest
- python3 -m unittest -v
20 changes: 0 additions & 20 deletions docs.conf.example

This file was deleted.

13 changes: 5 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,18 @@ version = "0.0.1"
authors = [
{ name="Denperidge", email="denperidge@gmail.com" },
]
description = "Turn all the markdown files in your repos into one big, divio structrured documentation"
description = "Collect and parse all your divio-style documentation with just one line of code!"
readme = "README.md"
requires-python = ">=3.6"
dependencies = [
"GitPython",
"python-slugify",
]
dependencies = []
classifiers = [
"Development Status :: 4 - Beta",
"Environment :: Console",
"Intended Audience :: Information Technology",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Topic :: Software Development :: Documentation",
"Topic :: Text Processing :: Markup :: Markdown"
]

[project.urls]
Expand All @@ -27,4 +24,4 @@ classifiers = [

[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
build-backend = "setuptools.build_meta"

0 comments on commit 70bfc6e

Please sign in to comment.