Skip to content

Commit

Permalink
restore deleted setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
lzap committed Jul 28, 2023
1 parent d62311a commit 48f0491
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[metadata]
name = rhenvision-changelog
version = 0.1.0

[options]
include_package_data=True
package_dir=
=src
packages=find:
install_requires=
git-changelog >= 2.0

[options.extras_require]
test=
pytest

[options.packages.find]
where=src

0 comments on commit 48f0491

Please sign in to comment.