summary refs log tree commit diff
path: root/setup.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Seperate scripts/ into scripts/ and scripts-dev/, where scripts/* are ↵Erik Johnston2015-05-061-1/+2
| | | | automatically added to the package
* D'oh - setup.py used the dict directly: make it use the wrapper function.David Baker2015-03-191-1/+1
|
* Rename register script to 'register_new_matrix_user'Erik Johnston2015-03-131-1/+1
|
* Add 'register_new_user' scriptErik Johnston2015-03-131-1/+1
|
* Rename path to path_segments to make it clearer that it is a listMark Haines2015-02-101-4/+4
|
* Add the 'setup_requires' and allow easy_install since jenkins uses themMark Haines2015-02-101-14/+5
|
* Single source version and python dependencies, prevent people accidentally ↵Mark Haines2015-02-101-40/+40
| | | | installing with easy_install, use scripts rather than entry_points to install synctl
* Add a media/v1/identicon resource for generating identicons using pydenticonMark Haines2015-02-021-0/+1
|
* Merge master into developMark Haines2015-02-021-2/+2
|\ | | | | | | | | | | Conflicts: README.rst setup.py
| * Pin the version of Twisted to 14.0.2 since we are using some of its internalsMark Haines2015-02-021-1/+2
| |
| * Use >= for version of webclientErik Johnston2015-02-021-1/+1
| |
| * Bump version of webclient pulled in.Erik Johnston2015-02-021-2/+2
| |
* | Add twisted to setup requires so it gets processed before setuptools_trialDavid Baker2015-01-301-0/+1
| |
* | Allow any greater version for webclientErik Johnston2015-01-301-1/+1
| |
* | We do need Twisted 14, not 15: we use internal Twisted things that have been ↵David Baker2015-01-301-1/+1
|/ | | | removed in 15.
* Bump web sdk version to 0.6.0Mark Haines2014-12-191-2/+2
|
* Merge branch 'develop' of github.com:matrix-org/synapse into events_refactorErik Johnston2014-12-111-0/+1
|\ | | | | | | | | Conflicts: setup.py
| * Merge branch 'develop' into media_repositoryMark Haines2014-12-101-4/+4
| |\
| * | Add pillow to dependenciesMark Haines2014-12-051-0/+1
| | |
* | | Merge branch 'develop' of github.com:matrix-org/synapse into events_refactorErik Johnston2014-12-091-3/+3
|\ \ \ | | |/ | |/|
| * | point the entry_point for synapse-homeserver at the right methodMark Haines2014-12-051-1/+1
| | |
| * | Pull in latest matrix-angular_sdkErik Johnston2014-12-051-2/+2
| | |
| * | Pull in latest matrix-angular_sdkErik Johnston2014-12-051-2/+2
| | |
* | | Begin fleshing out a new Event objectErik Johnston2014-12-021-0/+1
|/ /
* | Bump pinned version of pynacl pulled from githubErik Johnston2014-11-271-1/+1
| |
* | Bump version numbers and change logErik Johnston2014-11-261-2/+2
|/
* Use tagged version of matrix-angular-sdkMark Haines2014-11-201-4/+4
|
* Mark synapse as not zip-safe since it needs to be able to read schema files ↵Mark Haines2014-11-171-0/+1
| | | | from the filesystem
* Remove syweb directory. pull in syweb as a dependency from githubMark Haines2014-11-171-2/+4
|
* SYN-138: Rewrite synctl in python and include it in the python distributionMark Haines2014-11-131-0/+1
|
* SYN-112: Get pynacl from github instead of PyPIMark Haines2014-11-041-0/+1
|
* exclude testsMark Haines2014-11-041-1/+1
|
* Add log message if we can't enable ECC. Require pyopenssl>=0.14 since 0.13 ↵Mark Haines2014-10-241-0/+1
| | | | doesn't seem to have ECC
* use a tagged version of syutil rather than masterMark Haines2014-10-201-1/+1
|
* Use https link to download syutil as not everyone has ssh access to github.Mark Haines2014-10-201-2/+3
|
* Bump syutil dependencyErik Johnston2014-10-171-2/+2
|
* fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org ↵Matthew Hodgson2014-09-031-1/+1
| | | | hasn't been incorporated in time for launch.
* add pyyaml dependency for config filesMark Haines2014-09-011-0/+1
|
* Add python shebang line and chmod +x setup.pyPaul "LeoNerd" Evans2014-08-271-0/+2
|
* Bump versions to 0.0.1Erik Johnston2014-08-221-1/+1
|
* add in copyrights to everything, not just the synapse subdir, and add a ↵Matthew Hodgson2014-08-131-0/+14
| | | | copyrighter.pl whilst we're at it
* Fix dependency_link urlErik Johnston2014-08-121-1/+1
|
* Change syutil dependency link to point at github.Erik Johnston2014-08-121-1/+1
|
* Reference Matrix Home Servermatrix.org2014-08-121-0/+40