Skip to content

Commit

Permalink
Fix release cleanup (#11)
Browse files Browse the repository at this point in the history
* Add relative license info in README file. Clean up history. Add proper contribution info.

* Bump dependencies.
  • Loading branch information
costastf authored Apr 26, 2024
1 parent c9cf4b0 commit 328df1c
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 40 deletions.
5 changes: 3 additions & 2 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ Credits
Development Lead
----------------

* Marwin Baumann <[email protected]>
* Tyfoxylos Costas <[email protected]>


Contributors
------------

None yet. Why not be the first?
* Marwin Baumann <[email protected]>
5 changes: 0 additions & 5 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,3 @@
History
-------

0.0.1 (21-11-2023)
---------------------

* First code creation
60 changes: 30 additions & 30 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 8 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Important Information
This template is based on pipenv. In order to be compatible with requirements.txt so the actual created package can be used by any part of the existing python ecosystem some hacks were needed.
So when building a package out of this **do not** simple call

$ python setup.py sdist bdist_egg
$ python setup.py sdist

**as this will produce an unusable artifact with files missing.**
Instead use the provided build and upload scripts that create all the necessary files in the artifact.
Expand All @@ -66,3 +66,10 @@ Project Features
================

* TODO



License info
============

While the project is released under the Apache 2 license, scripts under _CI/scripts are released under an MIT license as stated on their header.
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ semver>=3.0.2 ; python_version >= '3.7'
gitwrapperlib>=1.0.4
twine>=4.0.2 ; python_version >= '3.7'
coloredlogs>=15.0.1 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
emoji>=2.11.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
emoji>=2.11.1 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
toml>=0.10.2 ; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'
typing-extensions>=4.11.0 ; python_version < '3.10'
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
# Please use Pipfile to update the requirements.
#
boto3>=1.34.79 ; python_version >= '3.8'
boto3>=1.34.88 ; python_version >= '3.8'
opnieuw>=1.2.1 ; python_version >= '3.7'
python-dateutil>=2.9.0.post0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
schema~=0.7.5
Expand Down

0 comments on commit 328df1c

Please sign in to comment.