Skip to content

Commit

Permalink
Add AUTHORS.rst; normalize NOTICE filename
Browse files Browse the repository at this point in the history
Signed-off-by: Steven Esser <sesser@nexb.com>
  • Loading branch information
steven-esser committed Feb 6, 2018
1 parent a86551e commit 156629d
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions AUTHORS.rst
@@ -0,0 +1,4 @@
The following organizations or individuals have contributed to DeltaCode:

- Steven Esser @majurg
- John Horan @johnmhoran
4 changes: 2 additions & 2 deletions MANIFEST.in
Expand Up @@ -6,12 +6,12 @@ graft tests

prune src/deltacode.egg-info


include AUTHORS.rst
include CHANGELOG.rst
include README.md
include apache-2.0.LICENSE
include deltacode.ABOUT
include NOTICE.txt
include NOTICE
include MANIFEST.in
include setup.py
include setup.cfg
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions etc/release/MANIFEST.in.release
Expand Up @@ -7,11 +7,11 @@ prune tests


include deltacode.ABOUT

include AUTHORS.rst
include CHANGELOG.rst
include README.md
include apache-2.0.LICENSE
include NOTICE.txt
include NOTICE
include MANIFEST.in
include setup.py
include setup.cfg
Expand Down
2 changes: 1 addition & 1 deletion etc/release/setup.cfg.release
Expand Up @@ -2,7 +2,7 @@
universal = 1

[metadata]
license_file = NOTICE.txt
license_file = NOTICE

[aliases]
release = clean --all sdist --formats=bztar,zip bdist_wheel
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Expand Up @@ -2,10 +2,10 @@
universal = 1

[metadata]
license_file = NOTICE.txt
license_file = NOTICE

[aliases]
release = register clean --all sdist bdist_wheel
release = clean --all sdist --formats=bztar,zip bdist_wheel

[flake8]
max-line-length = 140
Expand Down

0 comments on commit 156629d

Please sign in to comment.