Commit c59931ab authored by Ibrahim Ahmed's avatar Ibrahim Ahmed
Browse files

Added setup file.

parent bdaabb5a
Loading
Loading
Loading
Loading

setup.py

0 → 100644
+18 −0
Original line number Diff line number Diff line
from distutils.core import setup



setup(name='bdx',
      version='0.1.0',
      description='Download trends from Building Logix data exchange (BDX)',
      author='Ibrahim Ahmed',
      author_email='ibrahim.ahmed@vanderbilt.edu',
      url='https://git.isis.vanderbilt.edu/SmartBuildings/bdx',
      packages=['bdx'],
      install_requires=['numpy', 'pandas', 'beautifulsoup4', 'requests'],
      classifiers=[
          'Development Status :: 3 - Alpha',
          'Programming Language :: Python :: 3.6',
          'Programming Language :: Python :: 3.7'
      ]
     )
 No newline at end of file