Skip to content

Commit

Permalink
feat(setup.py): No reason for python 2 ..
Browse files Browse the repository at this point in the history
  • Loading branch information
clazzor authored Jul 4, 2024
1 parent cfd4e5f commit ca536c3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,6 @@
"Topic :: System :: Systems Administration",
"Topic :: Utilities",
],
options={
'bdist_wheel': {
'universal':'1'
}
},
packages=find_packages(),
include_package_data=True,
install_requires=install_requires,
Expand Down

0 comments on commit ca536c3

Please sign in to comment.