@@ -15,7 +15,7 @@ Types of Contributions
1515Report Bugs
1616~~~~~~~~~~~
1717
18- Report bugs at https://github.com/Typecraft/tc_xml_python /issues.
18+ Report bugs at https://github.com/Typecraft/typecraft_python /issues.
1919
2020If you are reporting a bug, please include:
2121
@@ -45,7 +45,7 @@ articles, and such.
4545Submit Feedback
4646~~~~~~~~~~~~~~~
4747
48- The best way to send feedback is to file an issue at https://github.com/Typecraft/tc_xml_python /issues.
48+ The best way to send feedback is to file an issue at https://github.com/Typecraft/typecraft_python /issues.
4949
5050If you are proposing a feature:
5151
@@ -57,17 +57,17 @@ If you are proposing a feature:
5757Get Started!
5858------------
5959
60- Ready to contribute? Here's how to set up `tc_xml_python ` for local development.
60+ Ready to contribute? Here's how to set up `typecraft_python ` for local development.
6161
62- 1. Fork the `tc_xml_python ` repo on GitHub.
62+ 1. Fork the `typecraft_python ` repo on GitHub.
63632. Clone your fork locally::
6464
65- $ git clone git@github.com:your_name_here/tc_xml_python .git
65+ $ git clone git@github.com:your_name_here/typecraft_python .git
6666
67673. Install your local copy into a virtualenv. Assuming you have virtualenvwrapper installed, this is how you set up your fork for local development::
6868
69- $ mkvirtualenv tc_xml_python
70- $ cd tc_xml_python /
69+ $ mkvirtualenv typecraft_python
70+ $ cd typecraft_python /
7171 $ python setup.py develop
7272
73734. Create a branch for local development::
@@ -78,7 +78,7 @@ Ready to contribute? Here's how to set up `tc_xml_python` for local development.
7878
79795. When you're done making changes, check that your changes pass flake8 and the tests, including testing other Python versions with tox::
8080
81- $ flake8 tc_xml_python tests
81+ $ flake8 typecraft_python tests
8282 $ python setup.py test or py.test
8383 $ tox
8484
@@ -102,13 +102,13 @@ Before you submit a pull request, check that it meets these guidelines:
102102 your new functionality into a function with a docstring, and add the
103103 feature to the list in README.rst.
1041043. The pull request should work for Python 2.6, 2.7, 3.3, 3.4 and 3.5, and for PyPy. Check
105- https://travis-ci.org/Typecraft/tc_xml_python /pull_requests
105+ https://travis-ci.org/Typecraft/typecraft_python /pull_requests
106106 and make sure that the tests pass for all supported Python versions.
107107
108108Tips
109109----
110110
111111To run a subset of tests::
112112
113- $ py.test tests.test_tc_xml_python
113+ $ py.test tests.test_typecraft_python
114114
0 commit comments