parent
4a3cf46a58
commit
721c9fe70b
@ -0,0 +1,5 @@
|
||||
import iptime.iptime
|
||||
|
||||
|
||||
def test_parse():
|
||||
_ = iptime.iptime
|
@ -0,0 +1,19 @@
|
||||
from setuptools import setup, find_packages
|
||||
|
||||
setup(
|
||||
name='iptime',
|
||||
version_format='{tag}.dev{commitcount}+{gitsha}',
|
||||
setup_requires=['setuptools-git-version'],
|
||||
url='https://juju.nz/src/michaelh/wordclock',
|
||||
author='Michael Hope',
|
||||
author_email='michaelh@juju.nz',
|
||||
description='Word clock services',
|
||||
packages=find_packages(),
|
||||
install_requires=[
|
||||
'astral>=1.7.1',
|
||||
'Flask>=1.0.2',
|
||||
'python-geoip-python3>=1.3',
|
||||
'python-dateutil>=2.7.5',
|
||||
'python-geoip-geolite2-yplan',
|
||||
],
|
||||
)
|
Loading…
Reference in new issue