Skip to content

Commit

Permalink
Merge pull request #35 from nschloe/src-layout
Browse files Browse the repository at this point in the history
src/ layout
  • Loading branch information
nschloe authored May 4, 2021
2 parents b5fffa8 + 6b71f53 commit 4270178
Show file tree
Hide file tree
Showing 10 changed files with 8 additions and 2 deletions.
3 changes: 2 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
include test/example.md
include tests/*.md
include tests/*.py
7 changes: 6 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = exdown
version = 0.8.8
version = 0.8.9
author = Nico Schlömer
author_email = nico.schloemer@gmail.com
description = Extract code blocks from markdown
Expand All @@ -26,11 +26,16 @@ classifiers =
Topic :: Text Processing

[options]
package_dir =
=src
packages = find:
install_requires =
importlib_metadata;python_version<"3.8"
python_requires = >=3.6

[options.packages.find]
where=src

[options.extras_require]
all =
pytest
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 4270178

Please sign in to comment.