Skip to content

Commit 109a3e6

Browse files
committed
Released to pypi
Stable version released to pypi
1 parent 68cfebe commit 109a3e6

4 files changed

Lines changed: 6 additions & 1 deletion

File tree

MANIFEST

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# file GENERATED by distutils, do NOT edit
2+
setup.cfg
3+
setup.py
4+
PrivateAttributesDecorator\__init__.py
5+
PrivateAttributesDecorator\private_attributes_decorator.py
3.65 KB
Binary file not shown.
3.64 KB
Binary file not shown.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
author = 'Antonio Pérez', # Type in your name
99
author_email = 'ingovanpe@gmail.com', # Type in your E-Mail
1010
url = 'https://github.com/AntoData', # Provide either the link to your github or to your website
11-
download_url = 'https://github.com/user/reponame/archive/v_01.tar.gz', # I explain this later on
11+
download_url = 'https://github.com/AntoData/PrivateAttributesProject/archive/refs/tags/v0.2.tar.gz', # I explain this later on
1212
keywords = ['Python', 'Python3', 'Encapsulation','Attributes','Private','Decorators'], # Keywords that define your package best
1313
install_requires=[ # I get to this in a second
1414
],

0 commit comments

Comments
 (0)