diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 74fe0f2f..00000000 --- a/.gitmodules +++ /dev/null @@ -1,4 +0,0 @@ -[submodule "cpyint"] - path = cpyint - url = ../connector-python-internal.git - branch = master diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..3c4dd32e --- /dev/null +++ b/.travis.yml @@ -0,0 +1,10 @@ +language: python + +python: + - 2.7 + +script: nosetests +sudo: false +before_install: + - pip install -U pip + - pip install -U setuptools distribute wheel diff --git a/setupinfo.py b/setupinfo.py index e7742eeb..1352b234 100644 --- a/setupinfo.py +++ b/setupinfo.py @@ -57,7 +57,7 @@ } package_dir = {'': 'lib'} -name = 'mysql-connector-python' +name = 'mysql-connector-python-rf' version = '{0}.{1}.{2}'.format(*VERSION[0:3]) extensions = [ @@ -95,7 +95,7 @@ maintainer = 'Geert Vanderkelen' maintainer_email = 'geert.vanderkelen@oracle.com' cpy_gpl_license = "GNU GPLv2 (with FOSS License Exception)" -keywords = "mysql db", +keywords = "mysql db" url = 'http://dev.mysql.com/doc/connector-python/en/index.html' download_url = 'http://dev.mysql.com/downloads/connector/python/' classifiers = [