Skip to content

Commit fff6953

Browse files
author
Emmanouil Konstantinidis
committed
Rename Pypi Package
1 parent 38800d3 commit fff6953

File tree

3 files changed

+5
-14
lines changed

3 files changed

+5
-14
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ __pycache__/
77
env/
88
demo/db.sqlite3
99
dist/
10-
djangorestframeworkdocs.egg-info/
10+
drfdocs.egg-info/
1111

1212
rest_framework_docs/static/node_modules/

README.md

+3-12
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Included in this repo you can find the demo project(at `/demo`). It is a project
2424

2525
Install using pip:
2626

27-
pip install djangorestframeworkdocs
27+
pip install drfdocs
2828

2929
Add 'rest_framework_docs' to your `INSTALLED_APPS` setting:
3030

@@ -48,21 +48,12 @@ Finally include the `rest_framework_docs` urls in your `urls.py`:
4848
}
4949

5050

51-
### Roadmap
52-
53-
- [ ] Creade demo app
54-
- [ ] Support Python 2 & Python 3
55-
- [ ] Support DRF 3+
56-
- [ ] Open Pull Request to include in DRF
57-
- [ ] Submit to djangopackages.com
58-
59-
6051
### Credits
6152

6253
First of all thanks to the [Django](http://www.djangoproject.com/) core team and to all the contributors of [Django REST Framework](http://www.django-rest-framework.org/) for their amazing work. Also I would like to thank [Marc Gibbons](https://github.com/marcgibbons) for his *django-rest-framework-docs* project. Both projects share the same idea, it is just that Marc's is not maintained anymore and does not support DRF 3+ & Python 3.
6354

6455
[travis-image]: https://travis-ci.com/ekonstantinidis/django-rest-framework-docs.svg?token=9QR4ewbqbkEmHps6q5sq&branch=master
6556
[travis-url]: https://travis-ci.com/ekonstantinidis/django-rest-framework-docs
6657

67-
[pypi-image]: https://img.shields.io/pypi/v/djangorestframeworkdocs.svg
68-
[pypi-url]: https://pypi.python.org/pypi/djangorestframeworkdocs/
58+
[pypi-image]: https://img.shields.io/pypi/v/drfdocs.svg
59+
[pypi-url]: https://pypi.python.org/pypi/drfdocs/

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import find_packages, setup
22

33
setup(
4-
name="djangorestframeworkdocs",
4+
name="drfdocs",
55
version=__import__('rest_framework_docs').__version__,
66
author="Emmanouil Konstantinidis",
77
author_email="[email protected]",

0 commit comments

Comments
 (0)