Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nihui authored Feb 27, 2024
1 parent 65a8d15 commit f4cc3c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup_args = dict(
name = 'ruapu',
version = time.strftime("%Y%m%d", time.localtime())
version = time.strftime("%Y%m%d", time.localtime()),
packages = find_packages(where="."),
package_dir = {"": "."},
ext_modules = [ext],
Expand Down

0 comments on commit f4cc3c5

Please sign in to comment.