Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Commit

Permalink
Merge pull request #5 from freedomofpress/003
Browse files Browse the repository at this point in the history
Typo fixes for pypi upload
  • Loading branch information
redshiftzero authored Dec 13, 2019
2 parents c899b05 + 1ad7e7f commit daaa709
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ include changelog.md
include build-requirements.txt
include requirements.txt
include securedrop_log/*.py
include securdrop_log/VERSION
include securedrop_log/VERSION
include setup.py
include securedrop-log
include securedrop.Log
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.0.3

* Fixes typos MANIFEST.in and setup.py

## 0.0.2

* Fixes execution permission for securedrop-log command.
Expand Down
2 changes: 1 addition & 1 deletion securedrop_log/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.2
0.0.3
8 changes: 3 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,14 @@
python_requires=">=3.5",
url="https://github.com/freedomofpress/securedrop-log",
packages=["securedrop_log",],
package_data={
'securedrop_log': ['VERSION'],
},
package_data={"securedrop_log": ["VERSION"],},
classifiers=(
"Development Status :: 3 - Alpha",
"Programming Language :: Python :: 3",
"Topic :: Software Development :: Libraries :: Python Modules",
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
"Intended Audience :: Developers",
"OOperating System :: POSIX :: Linux",
"Operating System :: POSIX :: Linux",
),
data_files = [("sbin",["securedrop-log"])]
data_files=[("sbin", ["securedrop-log"])],
)

0 comments on commit daaa709

Please sign in to comment.