Skip to content

Commit

Permalink
second pre-release, testing completions
Browse files Browse the repository at this point in the history
  • Loading branch information
VTimofeenko committed Feb 14, 2021
1 parent 55c708a commit b2bf1fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@

setup(
name="overlay_maintain_tools",
version="1.0.0-r1",
version="1.0.0-r2",
description="A set of utilities to maintain Gentoo overlay",
long_description=(here / "README.md").read_text(encoding="utf-8"),
long_description_content_type="text/markdown",
url=github_url,
license="GPL",
author="Vladimir Timofeenko",
author_email="[email protected]",
include_package_data=True,
# include_package_data=True,
packages=find_packages(exclude=("tests", "docs")),
package_dir={"overlay_maintain_tools": "overlay_maintain_tools"},
entry_points={
Expand Down

0 comments on commit b2bf1fc

Please sign in to comment.