Mercurial > libervia-backend
comparison setup.py @ 2565:ea106dfa2145
setup, constant: use https address in APP_URL, and keep pypi NAME separated from constants
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 03 Apr 2018 09:04:55 +0200 |
parents | 6e5ab7bebd11 |
children | ecb14a6036ae |
comparison
equal
deleted
inserted
replaced
2564:6e5ab7bebd11 | 2565:ea106dfa2145 |
---|---|
51 'urwid >= 1.2.0', | 51 'urwid >= 1.2.0', |
52 'urwid-satext >= 0.6.1', | 52 'urwid-satext >= 0.6.1', |
53 'wokkel >= 0.7.1', | 53 'wokkel >= 0.7.1', |
54 ] | 54 ] |
55 | 55 |
56 | |
57 DBUS_DIR = 'dbus-1/services' | 56 DBUS_DIR = 'dbus-1/services' |
58 DBUS_FILE = 'misc/org.goffi.SAT.service' | 57 DBUS_FILE = 'misc/org.goffi.SAT.service' |
59 | 58 |
60 setup(name=C.APP_NAME_FILE, | 59 |
60 setup(name=NAME, | |
61 version=C.APP_VERSION, | 61 version=C.APP_VERSION, |
62 description=u'Salut à Toi multipurpose and multi frontend XMPP client', | 62 description=u'Salut à Toi multipurpose and multi frontend XMPP client', |
63 long_description=u'Salut à Toi (SàT) is a XMPP client based on a daemon/frontend architecture. Its multi frontend (desktop, web, console interface, CLI, etc) and multipurpose (instant messaging, microblogging, games, file sharing, etc).', | 63 long_description=u'Salut à Toi (SàT) is a XMPP client based on a daemon/frontend architecture. Its multi frontend (desktop, web, console interface, CLI, etc) and multipurpose (instant messaging, microblogging, games, file sharing, etc).', |
64 author='Association « Salut à Toi »', | 64 author='Association « Salut à Toi »', |
65 author_email='contact@goffi.org', | 65 author_email='contact@goffi.org', |
66 url='https://salut-a-toi.org', | 66 url=C.APP_URL, |
67 classifiers=['Development Status :: 3 - Alpha', | 67 classifiers=['Development Status :: 3 - Alpha', |
68 'Environment :: Console', | 68 'Environment :: Console', |
69 'Framework :: Twisted', | 69 'Framework :: Twisted', |
70 'License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)', | 70 'License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)', |
71 'Operating System :: POSIX :: Linux', | 71 'Operating System :: POSIX :: Linux', |