Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gduscher committed Jan 13, 2024
1 parent e5d5e44 commit 64b8908
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 @@ -53,10 +53,10 @@
author_email='[email protected]',
install_requires=requirements,
setup_requires=['pytest-runner'],
tests_require=['unitest', 'pytest', 'pywget', 'hyperspy', 'pyUSID', 'gwyfile'],
tests_require=['pytest', 'pywget', 'hyperspy', 'pyUSID', 'gwyfile'],
platforms=['Linux', 'Mac OSX', 'Windows 11/10/8.1/8/7'],
# package_data={'sample':['dataset_1.dat']}
test_suite='unittest',
test_suite='pytest',
# dependency='',
# dependency_links=[''],
include_package_data=True,
Expand Down

0 comments on commit 64b8908

Please sign in to comment.