-
Notifications
You must be signed in to change notification settings - Fork 207
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
AJ Keller
authored
Oct 17, 2018
1 parent
ca0d788
commit dc990b6
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
from setuptools import setup, find_packages | ||
|
||
setup(name = 'OpenBCI_Python', | ||
version = '1.0.0', | ||
version = '1.0.1', | ||
description = 'A lib for controlling OpenBCI Devices', | ||
author='AJ Keller', | ||
author_email='pushtheworldllc@gmail.com', | ||
license='MIT', | ||
packages=find_packages(), | ||
install_requires=['numpy'], | ||
url='https://github.com/openbci/openbci_python', # use the URL to the github repo | ||
download_url='https://github.com/openbci/openbci_python/archive/v1.0.0.tar.gz', | ||
download_url='https://github.com/openbci/openbci_python/archive/v1.0.1.tar.gz', | ||
keywords=['device', 'control', 'eeg', 'emg', 'ekg', 'ads1299', 'openbci', 'ganglion', 'cyton', 'wifi'], # arbitrary keywords | ||
zip_safe=False) |