summary refs log tree commit diff stats
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* fix references to README.mdhut2014-08-221-1/+1
* Changed email address in source codehut2013-08-081-1/+1
* added doc/config directory with symlinks to configshut2013-03-151-9/+4
* setup.py: added _findall functionhut2013-03-091-7/+6
* setup.py: create a /usr/share/doc/ranger directoryhut2013-03-091-1/+26
* setup.py: updated website URLhut2013-03-011-1/+1
* setup.py: removed fsobject packagehut2013-03-011-1/+0
* Merge branch 'master' into vcshut2013-02-221-1/+1
|\
| * updated rest of the copyright noticeshut2013-02-221-1/+1
| * update email address (romanz@lavabit.com -> hut@lavabit.com)hut2013-02-221-1/+1
* | Merge branch 'master' into vcshut2013-02-191-1/+1
|\|
| * setup.py: add doc/rifle.1 to man pageshut2013-02-181-1/+1
* | setup.py: s/ranger.vcs/ranger.ext.vcs/hut2013-02-161-1/+1
* | Merged code to manipulate version control systemsAbdo Roig-Maranges2013-02-121-1/+2
|/
* replaced tabs with 4 spaces in all python fileshut2013-02-101-23/+23
* added scripts directory. rifle is now installed to /usr/bin/hut2012-08-041-1/+1
* setup.py: s/defaults/config/hut2012-08-021-3/+3
* setup.py: added entry for rifle.confhut2012-03-191-1/+2
* shorten all copyright messages for better readabilityhut2012-03-141-13/+1
* moved scripts/ranger to ranger/data/rangerhut2011-10-111-1/+1
* Updated copyright headershut2011-10-101-1/+1
* added defaults/rc.conf in setup.pyhut2011-09-301-1/+1
* Fixed setup.py (by removing ranger/help entry)hut2011-09-291-2/+1
* a little restructurationhut2010-10-021-2/+2
* Makefile, setup.py: Fixed `make doc`hut2010-09-111-23/+24
* added setup.py drafthut2010-06-181-0/+42
323'>323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463