updated name of repository

pull/39/head
Chris Veilleux 2019-02-01 00:21:44 -06:00
parent a7e091b7fe
commit cc8f0fb81e
1 changed files with 3 additions and 3 deletions

View File

@ -5,8 +5,8 @@ environments used in developement of Selene APIs and services.
from setuptools import setup
setup(
name='selene_util',
name='selene',
version='0.0.0',
packages=['selene_util'],
packages=['selene'],
install_requires=['flask', 'flask-restful', 'pygithub', 'pyjwt']
)