Skip to content

Commit c0965f5

Browse files
committed
Update project docs
1 parent 780ed61 commit c0965f5

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
lines changed

CONTRIBUTORS.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Domain Models Contributors
2+
==========================
3+
4+
+ Roman Mogilatov
5+

LICENSE renamed to LICENSE.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2015, Roman Mogilatov
1+
Copyright (c) 2015, ETS Labs
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without

MANIFEST.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
include domain_models/*
2+
include CONTRIBUTORS.rst
23
include README.rst
3-
include LICENSE
4+
include LICENSE.rst
45
include requirements.txt
56
include setup.py

requirements-dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
tox

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ def run(self):
4949
version=version,
5050
description=SHORT_DESCRIPTION,
5151
long_description=SHORT_DESCRIPTION,
52-
author='Roman Mogilatov',
52+
author='ETS Labs',
5353
author_email='rmogilatov@gmail.com',
54-
maintainer='Roman Mogilatov',
54+
maintainer='ETS Labs',
5555
maintainer_email='rmogilatov@gmail.com',
56-
url='https://github.com/rmk135/domain_models',
56+
url='https://github.com/ets-labs/domain_models',
5757
license='BSD New',
5858
packages=['domain_models'],
5959
zip_safe=True,

0 commit comments

Comments
 (0)