Skip to content

Commit

Permalink
Cleaner setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kplindegaard committed Mar 24, 2024
1 parent 8385189 commit ee1cdda
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ def find_version(*file_paths):

README = read_file('README.md')
version = find_version('smbus2', '__init__.py')
test_deps = [
'mock;python_version<"3.3"',
'nose'
]

setup(
name="smbus2",
Expand Down Expand Up @@ -60,8 +56,6 @@ def find_version(*file_paths):
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
Expand Down

0 comments on commit ee1cdda

Please sign in to comment.