Skip to content

Commit

Permalink
tested on linux OK
Browse files Browse the repository at this point in the history
  • Loading branch information
ClarkFieseln committed Aug 20, 2021
1 parent d60382c commit 9cae72d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion as4pgc/AS4PGC.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
# if we import it from setup.py the help shows "strange default parameters"...
# import setup
# from setup import __version__
__version__ = "1.0.5"
__version__ = "1.0.6"

# current frame
###############
Expand Down
2 changes: 1 addition & 1 deletion as4pgc/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Version of Module

__version__ = "1.0.5"
__version__ = "1.0.6"

6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# The text of the README file
README = (HERE / "README.md").read_text()

__version__ = "1.0.5"
__version__ = "1.0.6"

# This call to setup() does all the work
setup(
Expand All @@ -29,14 +29,16 @@
"Development Status :: 4 - Beta",
"Environment :: Console",
"Intended Audience :: End Users/Desktop",
"Intended Audience :: Developers",
"Operating System :: Microsoft :: Windows :: Windows 10",
"Operating System :: POSIX :: Linux",
"Topic :: Security",
],
packages=["as4pgc"],
include_package_data=True,
install_requires=['SoundFile','matplotlib','dataclasses','cryptography','numpy','scipy','bitarray','tinytag','simpleaudio'],
dependency_links=['https://www.ffmpeg.org/'],
keywords=['steganography','stego','audio','hide','cryptography','encryption','compression','security','cybersecurity','mp3','flac','ogg','wav'],
keywords=['steganography','stego','audio','hide','cryptography','encryption','compression','security','cybersecurity','mp3','flac','ogg','wav','windows','linux'],
entry_points={
"console_scripts": [
"as4pgc=as4pgc.AS4PGC:main",
Expand Down

0 comments on commit 9cae72d

Please sign in to comment.