Skip to content

Commit

Permalink
1.6.1dev: Adapt Makefile to Python 3
Browse files Browse the repository at this point in the history
git-svn-id: http://trac.edgewall.org/intertrac/log:/trunk@17721 af82e41b-90c4-0310-8c96-b1721e28e2e2
  • Loading branch information
rjollos committed Sep 23, 2023
1 parent f16427f commit c213f80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,7 @@ sdist:
sdist+wheel = $(sdist_gztar) $(bdist_wheel)

sdist_gztar = dist/Trac-$(version).tar.gz
bdist_wheel = dist/Trac-$(version)-py2-none-any.whl
bdist_wheel = dist/Trac-$(version)-py3-none-any.whl


ifeq "$(OS)" "Windows_NT"
Expand Down

0 comments on commit c213f80

Please sign in to comment.