Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Relifest authored Oct 25, 2024
2 parents fe0831e + 35e5afc commit ac21a43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def read(filename, encoding='utf-8'):
'Programming Language :: Python :: 3',
],
tests_require=['pytest'],
extras_require = {
extras_require={
'dev': ['pytest'],
}
},
)

0 comments on commit ac21a43

Please sign in to comment.