mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2026-02-02 15:45:11 +01:00
fix build on windows
This commit is contained in:
parent
ad9d7f0b52
commit
2804d845a4
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -73,7 +73,7 @@ setuptools.setup(
|
|||
description="Bump version numbers in project files.",
|
||||
long_description=long_description,
|
||||
long_description_content_type="text/markdown",
|
||||
packages=setuptools.find_packages("src/"),
|
||||
packages=setuptools.find_packages("src"),
|
||||
package_dir=package_dir,
|
||||
install_requires=install_requires,
|
||||
entry_points="""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue