Commit 1d68b3b5c4bf36c044b09580c71ce43c0f59a339
1 parent
eb99b5bc
Exists in
master
Corrigindo o nome do repositório.
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
setup.py
... | ... | @@ -15,9 +15,9 @@ setup(name='pf.biblioteca', |
15 | 15 | "Topic :: Software Development :: Libraries :: Python Modules", |
16 | 16 | ], |
17 | 17 | keywords='', |
18 | - author='Liberiun', | |
19 | - author_email='', | |
20 | - url='http://svn.plone.org/svn/collective/', | |
18 | + author='Servidores do Departamento de Polícia Federal e Funcionários da Empresa Liberiun', | |
19 | + author_email='gpweb.cgti@dpf.gov.br', | |
20 | + url='https://gitlab.dpf.gov.br/produtos-plone-pip/pf.biblioteca.git', | |
21 | 21 | license='General Public License - GPL (“Licença Pública Geral”), versão 3.0, em português', |
22 | 22 | packages=find_packages(exclude=['ez_setup']), |
23 | 23 | namespace_packages=['pf'], | ... | ... |