Skip to content

Commit

Permalink
Revert "Remove unused and outdated setup.py"
Browse files Browse the repository at this point in the history
This reverts commit ab0d130.
  • Loading branch information
davidfokkema committed Aug 1, 2018
1 parent a2df935 commit ceab275
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
from setuptools import setup, find_packages


setup(name='pysparc',
version='0.2',
packages=find_packages(),
url='http://github.com/hisparc/pysparc/',
bugtrack_url='http://github.com/HiSPARC/pysparc/issues',
license='GPLv3',
author='David Fokkema, et al.',
author_email='[email protected]',
maintainer='HiSPARC',
maintainer_email='[email protected]',
description='Controlling HiSPARC hardware from python',
long_description=open('README.rst').read(),
keywords=['HiSPARC', 'Nikhef', 'cosmic rays'],
classifiers=['Intended Audience :: Science/Research',
'Intended Audience :: Education',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 2.7',
'Topic :: Scientific/Engineering',
'Topic :: Education',
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)'],
scripts=['bin/muonlab_with_http_api'],
package_data={'pysparc': ['firmware.rbf', 'config.ini']},
install_requires=['tables', 'flask', 'redis', 'mock', 'pylibftdi',
'atom', 'lazy', 'requests'])

0 comments on commit ceab275

Please sign in to comment.