Skip to content

Commit

Permalink
Merge pull request #4 from Cicerossoares/cicero
Browse files Browse the repository at this point in the history
adicionado markdown pyup
  • Loading branch information
Cicerossoares committed Feb 16, 2022
2 parents c568689 + d2680db commit cf10b29
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
include README.md
include LICENSE
Empty file removed libpython/__init__.py
Empty file.
1 change: 1 addition & 0 deletions libpythonsrs/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__version__ = '0.2'
File renamed without changes.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,12 @@ def find_package_data(
return out


PACKAGE = "libpythonpro"
NAME = "libpythonpro-srs"
PACKAGE = "libpythonsrs"
NAME = PACKAGE
DESCRIPTION = "Módulo para exemplificar construção de projetos Python no curso PyTools"
AUTHOR = "Cicero S.Soares"
AUTHOR_EMAIL = "ozctkz@gmail.com"
URL = "https://github.com/Cicerossoares/libpythonpro"
URL = "https://github.com/Cicerossoares/libpythonsrs"
VERSION = __import__(PACKAGE).__version__

setup(
Expand Down

0 comments on commit cf10b29

Please sign in to comment.