-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change package to be called
xkcd_pass
.
- Loading branch information
Showing
17 changed files
with
94 additions
and
94 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -134,4 +134,4 @@ dmypy.json | |
|
||
# Exclusions | ||
|
||
!src/xkpassgen/lib/ | ||
!src/xkcd_pass/lib/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
recursive-include src/xkpassgen/lib/ * | ||
recursive-include src/xkpassgen/static/ * | ||
recursive-include src/xkcd_pass/lib/ * | ||
recursive-include src/xkcd_pass/static/ * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,24 +4,24 @@ | |
long_description = fh.read() | ||
|
||
setuptools.setup( | ||
name="xkpassgen", # Replace with your own username | ||
name="xkcd_pass", # Replace with your own username | ||
version="1.0.5", | ||
author="Adam Birds", | ||
author_email="[email protected]", | ||
description="Generate secure multiword passwords/passphrases, inspired by XKCD", | ||
long_description=long_description, | ||
long_description_content_type="text/markdown", | ||
url="https://github.com/adambirds/xkcd-password-gen", | ||
url="https://github.com/adambirds/xkcd_password-gen", | ||
project_urls={ | ||
"Bug Tracker": "https://github.com/adambirds/xkcd-password-gen/issues", | ||
"Bug Tracker": "https://github.com/adambirds/xkcd_password-gen/issues", | ||
}, | ||
license="LGPLv3", | ||
classifiers=[ | ||
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)", | ||
"Programming Language :: Python :: 3", | ||
"Operating System :: OS Independent", | ||
], | ||
entry_points={"console_scripts": ["xkpassgen=xkpassgen.xkpassgen:main"]}, | ||
entry_points={"console_scripts": ["xkcd_pass=xkcd_pass.xkcd_pass:main"]}, | ||
package_dir={"": "src"}, | ||
packages=setuptools.find_packages(where="src"), | ||
include_package_data=True, | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.