Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
elerac committed Aug 31, 2021
1 parent b83c8ea commit 7a6551c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@

setup(
name='autopolarizer',
version='1.0.0',
version='1.1.0',
description='Control the automatic polarizer holder with Python',
url='https://github.com/elerac/autopolarizer',
author='Ryota Maeda',
author_email='[email protected]',
license='MIT',
install_requires=['pyserial'],
entry_points={'console_scripts': ['autopolarizer= autopolarizer.autopolarizer:main']},
packages=find_packages()
)

0 comments on commit 7a6551c

Please sign in to comment.