Skip to content

Commit

Permalink
Fix typo in env.yml, adapt setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
daberer committed Jan 27, 2025
1 parent 3101d23 commit 3f0de43
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
File renamed without changes.
7 changes: 4 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ packages = find:
include_package_data = True
package_dir =
=src
# DON'T CHANGE THE FOLLOWING LINE! IT WILL BE UPDATED BY PYSCAFFOLD!
setup_requires = pyscaffold>=3.2a0,<3.3a0


# Add here dependencies of your project (semicolon/line-separated), e.g.
install_requires =
setuptools
Expand Down Expand Up @@ -111,5 +111,6 @@ exclude =
# This will be used when updating. Do not change!
version = 4.0.2
package = flagit

extensions =
no_skeleton

0 comments on commit 3f0de43

Please sign in to comment.