Skip to content
This repository has been archived by the owner on Jan 16, 2020. It is now read-only.

Commit

Permalink
update maintainer ;( + flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
abretaud committed Jun 8, 2018
1 parent 44cac78 commit 922dbb6
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import os

from setuptools import setup, find_packages
from setuptools import find_packages, setup

here = os.path.abspath(os.path.dirname(__file__))
with open(os.path.join(here, 'README.md')) as f:
Expand Down Expand Up @@ -30,20 +30,20 @@
'glob2',
'psutil',
'rdflib-jsonld'
]
]

setup(name='Askomics',
version='2.0',
description='Askomics',
long_description=README + '\n\n' + CHANGES,
classifiers=[
"Programming Language :: Python",
"Framework :: Pyramid",
"Topic :: Internet :: WWW/HTTP",
"Topic :: Internet :: WWW/HTTP :: WSGI :: Application",
],
maintainer='Olivier Filangi',
maintainer_email='olivier.filangi@inra.fr',
"Programming Language :: Python",
"Framework :: Pyramid",
"Topic :: Internet :: WWW/HTTP",
"Topic :: Internet :: WWW/HTTP :: WSGI :: Application",
],
maintainer='Anthony Bretaudeau',
maintainer_email='anthony.bretaudeau@inra.fr',
url='https://github.com/askomics/askomics/',
keywords='web pyramid pylons',
packages=find_packages(),
Expand Down

0 comments on commit 922dbb6

Please sign in to comment.