summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAge
* Add favicon to BridgeDB's web UI.Philipp Winter2020-05-28
* Make shebangs use Python 3.Philipp Winter2020-02-19
* Replace maintainer.Philipp Winter2019-10-16
* Use stem instead of leekspin to make descriptors.Philipp Winter2019-08-15
* Change maintainer and CI referencesMatthew Finkel2018-11-19
* Implement moat distributor and server.Isis Lovecruft2017-11-15
* Make new bridgedb.distributors package and put distributor code there.Isis Lovecruft2017-11-01
* Move tests back into bridgedb directory to fix `python setup.py test`.Isis Lovecruft2017-07-25
* Upgrade coverage to version 4.2.Isis Lovecruft2016-09-08
* Remove setup.py message_extractors for public/**.Isis Lovecruft2015-07-26
* Prettier error pages. I hear folks get less mad about downtime that way.Isis Lovecruft2015-07-26
* Add a Content-Security-Policy header to all webserver pages.Isis Lovecruft2015-07-23
* Update versioneer to newest version in order to be PEP440 compliant.Isis Lovecruft2015-06-25
* Move lib/bridgedb/ → bridgedb/; move lib/bridgedb/test/ → test/.Isis Lovecruft2015-06-25
* Move HTTP templates to https/ distributor directory.Isis Lovecruft2015-06-24
* Refactor getBridgesForIP() to use b.https.request.HTTPSBridgeRequest.Isis Lovecruft2015-06-24
* Remove 'git+' prefix from pip dependency URIs before passing to setup().Isis Lovecruft2015-06-16
* Rewrite `python setyp.py test` code to run Trial tests only.Isis Lovecruft2015-04-16
* Check envvar before using easy_install to install setup.py requires.Isis Lovecruft2015-03-23
* Bump Leekspin to version 1.1.4.Isis Lovecruft2015-02-18
* Add mechanism/script for querying a remote TorBulkExitList.py.Isis Lovecruft2015-02-10
* Bump Leekspin to 1.1.3; it now supports obfs4 mocking.Isis Lovecruft2014-09-05
* Bump Leekspin version to 1.0.0.Isis Lovecruft2014-09-03
* Bump Leekspin requirement to version 0.2.1.Isis Lovecruft2014-08-27
* Bump leekspin version to 0.2.0.Isis Lovecruft2014-08-07
* Update coverage==3.7 to coverage==3.7.1 for TravisCI and setup.py.Isis Lovecruft2014-05-28
* Change the embedded list of supported languages into a set.Isis Lovecruft2014-05-07
* Make the embedded list of supported languages be sorted.Isis Lovecruft2014-05-07
* Completely rewrite email servers.Isis Lovecruft2014-05-06
* Add webfont files extensions to setup.py assets.Isis Lovecruft2014-04-14
* Refactor CSS stylesheets to switch to bootswatch.Isis Lovecruft2014-04-14
* Bump leekspin to v0.1.3Matthew Finkel2014-03-30
* Add leekspin dependency; modify test_bridgedb and bridgedb.runner apropos.Isis Lovecruft2014-03-25
* Comment out print()s and sys.stdout.write()s in setup.py.Isis Lovecruft2014-01-19
* Add coverage and coveralls support to the test runner.Isis Lovecruft2013-11-19
* Change setup.py/requirements.txt to allow URI/VCS resources.Isis Lovecruft2013-11-16
* Fix the interface between bridgedb and the descriptor generator.Isis Lovecruft2013-10-26
* Fix python2.6 syntax errors.Isis Lovecruft2013-10-22
* Add a download_url to setuptools.setup(). While we're at it, why not?Isis Lovecruft2013-10-15
* Some pep8ification on setup.py.Isis Lovecruft2013-10-15
* Remove installData class and all distutils references from setup.py.Isis Lovecruft2013-10-15
* Remove subprocess import from setup.py; it wasn't used anywhere.Isis Lovecruft2013-10-15
* Refactor message_extractors in setuptools.setup() and add a notetoself.Isis Lovecruft2013-10-15
* Fix exclude_package_data param in setuptools.setup().Isis Lovecruft2013-10-15
* Rewrite the package_data param to setuptools.setup() to use get_data_files().Isis Lovecruft2013-10-15
* Refactor get_data_files() function in setup.py.Isis Lovecruft2013-10-15
* Add get_template_files() function in setup.py for installing web resources.Isis Lovecruft2013-10-15
* Fix several problems with installation of compiled translations files.Isis Lovecruft2013-10-15
* Add relative install/source dir paths for templates and resources to setup.py.Isis Lovecruft2013-10-15
* Update setup.py to exclude .po files from installs; update crunchbang.Isis Lovecruft2013-10-11