mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-25 16:58:12 +08:00
Updates setup conf
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import os
|
||||
from setuptools import setup, Command
|
||||
|
||||
with open(os.path.join(os.path.dirname(__file__), 'README.rst')) as readme:
|
||||
README = readme.read()
|
||||
|
||||
os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))
|
||||
from setuptools import setup, Command
|
||||
|
||||
|
||||
class PyTest(Command):
|
||||
@@ -54,6 +54,7 @@ setup(
|
||||
'Programming Language :: Python :: 3.6',
|
||||
'Programming Language :: Python :: 3.7',
|
||||
'Topic :: Internet :: WWW/HTTP',
|
||||
'Topic :: System :: Distributed Computing',
|
||||
'Topic :: Software Development :: Libraries :: Python Modules',
|
||||
],
|
||||
entry_points={
|
||||
|
||||
Reference in New Issue
Block a user