Skip to content

Commit 6f17e3f

Browse files
committed
Update LICENSE and remove redundant files πŸ“œπŸ—‘οΈ
- Updated `LICENSE.md` to reflect the year 2024. - Deleted `MANIFEST.in`, removing file inclusion declarations. - Cleaned up `README.md`, removing outdated sections. - Removed Sphinx documentation: `doc/Makefile`, `conf.py`, `examples.rst`, `functions.rst`, `index.rst`, `install.rst`, `make.bat`. - Deleted `requirements.txt`, as it is no longer necessary. Embrace the zen of simplicity! 🌟
1 parent d500497 commit 6f17e3f

File tree

11 files changed

+1
-224
lines changed

11 files changed

+1
-224
lines changed

β€ŽLICENSE.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
The MIT License (MIT)
22
=====================
33

4-
Copyright (c) `2018` `Danilo Horta`
4+
Copyright (c) `2024` `Danilo Horta`
55

66
Permission is hereby granted, free of charge, to any person obtaining a copy of
77
this software and associated documentation files (the "Software"), to deal in

β€ŽMANIFEST.inβ€Ž

Lines changed: 0 additions & 3 deletions
This file was deleted.

β€ŽREADME.mdβ€Ž

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,6 @@ From command line, enter
2828
pip install brent-search
2929
```
3030

31-
## Testing
32-
33-
```python
34-
python -c "import brent_search; brent_search.test()"
35-
```
36-
37-
## Documentation
38-
39-
[Documentation](https://brent-search.readthedocs.io/en/latest/)
40-
4131
## Authors
4232

4333
* [Danilo Horta](https://github.com/horta)

β€Ždoc/Makefileβ€Ž

Lines changed: 0 additions & 21 deletions
This file was deleted.

β€Ždoc/conf.pyβ€Ž

Lines changed: 0 additions & 48 deletions
This file was deleted.

β€Ždoc/examples.rstβ€Ž

Lines changed: 0 additions & 38 deletions
This file was deleted.

β€Ždoc/functions.rstβ€Ž

Lines changed: 0 additions & 26 deletions
This file was deleted.

β€Ždoc/index.rstβ€Ž

Lines changed: 0 additions & 18 deletions
This file was deleted.

β€Ždoc/install.rstβ€Ž

Lines changed: 0 additions & 17 deletions
This file was deleted.

β€Ždoc/make.batβ€Ž

Lines changed: 0 additions & 37 deletions
This file was deleted.

0 commit comments

Comments
Β (0)