Skip to content

Commit 0d85d16

Browse files
committed
(0.4)
1 parent b550333 commit 0d85d16

File tree

4 files changed

+11
-15
lines changed

4 files changed

+11
-15
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
# Contributing to Pycco
22

3-
This project currently lacks an active maintainer.
4-
5-
The original author (Nick Fitzgerald) no longer maintains this project actively
6-
and the current maintainer (Trey Hunner) no longer uses Pycco actively.
3+
[Zach Smith](http://zdsmith.com) is the current maintainer of this project.
74

85
## Help Us Out
96

10-
If you would like to help merge pull requests and manage issues email
11-
Trey Hunner and Nick Fitzgerald so you can be granted access to manage the
12-
repository.
7+
Feel free to contribute by opening a pull request on this project's [GitHub repo](https://github.com/pycco-docs/pycco). All requests with documented and tested code will be gladly reviewed.

LICENSE

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
Copyright (c) 2010 Nick Fitzgerald
2+
Copyright (c) 2016 Zachary Smith
23

34
Permission is hereby granted, free of charge, to any person obtaining a copy
45
of this software and associated documentation files (the "Software"), to deal
@@ -19,4 +20,4 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1920
THE SOFTWARE.
2021

2122
Parts of Pycco are taken from Docco, see http://github.com/jashkenas/docco for
22-
more information.
23+
more information.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Pycco is a Python port of Docco: the original quick-and-dirty, hundred-line-
1616
long, literate-programming-style documentation generator. For more information,
1717
see:
1818

19-
http://fitzgen.github.com/pycco/
19+
https://pycco-docs.github.io/pycco/
2020

2121
Others:
2222

@@ -26,5 +26,5 @@ Ruby - http://rtomayko.github.com/rocco/
2626

2727
Sh - http://rtomayko.github.com/shocco/
2828

29-
[![Build Status](https://travis-ci.org/subsetpark/pycco.svg?branch=hypothesis)](https://travis-ci.org/subsetpark/pycco)
30-
[![Coverage Status](https://coveralls.io/repos/subsetpark/pycco/badge.svg?branch=hypothesis&service=github)](https://coveralls.io/github/subsetpark/pycco?branch=hypothesis)
29+
[![Build Status](https://travis-ci.org/pycco-docs/pycco.svg?branch=master)](https://travis-ci.org/pycco-docs/pycco)
30+
[![Coverage Status](https://coveralls.io/repos/pycco-docs/pycco/badge.svg?branch=master&service=github)](https://coveralls.io/github/pycco-docs/pycco?branch=master)

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
setup(
44
name="Pycco",
5-
version="0.3.1",
5+
version="0.4",
66
description="""A Python port of Docco: the original quick-and-dirty,
77
hundred-line-long, literate-programming-style documentation generator.
88
""",
9-
author="Nick Fitzgerald",
10-
author_email="fitzgen@gmail.com",
11-
url="http://fitzgen.github.com/pycco",
9+
author="Zach Smith",
10+
author_email="subsetpark@gmail.com",
11+
url="https://pycco-docs.github.io/pycco/",
1212
packages=find_packages(),
1313
entry_points={
1414
'console_scripts': [

0 commit comments

Comments
 (0)