Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
khoroshevskyi committed May 21, 2024
2 parents 7091ee5 + b12dca1 commit fc1d407
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
include LICENSE.txt
include requirements/*
include README.md
recursive-include docs *.md
recursive-include tests *.py
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def get_static(name, condition=None):

setup(
name=PACKAGE_NAME,
packages=find_packages(),
packages=[PACKAGE_NAME],
version=version,
description="A python-based project metadata manager for portable encapsulated projects",
long_description=long_description,
Expand Down

0 comments on commit fc1d407

Please sign in to comment.