Skip to content
Snippets Groups Projects
Commit 9810dee4 authored by Janet Goldstein's avatar Janet Goldstein
Browse files

Merge pull request #4 in SSA/pycapo from SSA-6463-deprecated-method to release/0.3

* commit 'abe45e4f':
  SSA-6463: version bump and release prep
parents 281a441e abe45e4f
No related branches found
No related tags found
No related merge requests found
""" Version information for this package, don't put anything else here. """
___version___ = '0.3.0'
___version___ = '0.2.2'
# -*- coding: utf-8 -*-
from setuptools import setup, find_packages
''' CAPO setup '''
import os
from setuptools import setup, find_packages
NAME = 'pycapo'
HERE = os.path.abspath(os.path.dirname(__file__))
......@@ -18,6 +20,8 @@ setup(name=NAME,
long_description=README + '\n\n' + CHANGES,
author='Stephan Witz',
author_email='switz@nrao.edu',
maintainer='Janet L. Goldstein',
maintainer_email='jgoldste@nrao.edu',
url='https://open-bitbucket.nrao.edu/projects/SSA/repos/pycapo',
keywords='',
license='GPL',
......@@ -43,7 +47,7 @@ setup(name=NAME,
test_suite='pycapo.tests',
install_requires=[],
tests_require=['pytest'],
setup_requires=['pytest-runner','pytest'],
setup_requires=['pytest-runner', 'pytest'],
entry_points={
'console_scripts': [
'pycapo = pycapo.commands:pycapo'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment