Skip to content

Commit

Permalink
updating version 1.0.7
Browse files Browse the repository at this point in the history
Included Galois LFSR, improved documentation
  • Loading branch information
Nikeshbajaj authored Jan 3, 2023
1 parent 904d41b commit 39ce6a0
Show file tree
Hide file tree
Showing 23 changed files with 5,838 additions and 3,154 deletions.
42 changes: 21 additions & 21 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
MIT License

Copyright (c) [2021] [Nikesh Bajaj]

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
MIT License
Copyright (c) [2022] [Nikesh Bajaj]
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
33 changes: 16 additions & 17 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@

include *.md
include LICENSE.txt
include requirements.txt
include pylfsr/__init__.py

recursive-include pylfsr *.py
recursive-include pylfsr *.txt
recursive-include examples *.py
recursive-include examples *.ipynb
recursive-include *.ipynb


### Exclude

recursive-exclude * __pycache__
recursive-exclude *.yml

include *.md
include LICENSE
include Version
include requirements.txt
include pylfsr/__init__.py
include pylfsr/primitive_polynomials_GF2_dict.txt

recursive-include pylfsr *.py
recursive-include pylfsr *.txt
recursive-include examples *.py

### Exclude

recursive-exclude * __pycache__
recursive-exclude *.yml
Loading

0 comments on commit 39ce6a0

Please sign in to comment.