Added modules to package
This commit is contained in:
parent
ad8e1ac853
commit
673a94dd7b
2 changed files with 2 additions and 1 deletions
|
|
@ -6,3 +6,4 @@ recursive-include paramecio/citoplasma *
|
|||
recursive-include paramecio/frontend *
|
||||
recursive-include paramecio/cromosoma *
|
||||
recursive-include paramecio/settings *
|
||||
recursive-include paramecio/modules *
|
||||
2
setup.py
2
setup.py
|
|
@ -32,11 +32,11 @@ setup(name='paramecio',
|
|||
'Topic :: Internet :: WWW/HTTP :: HTTP Servers',
|
||||
'Topic :: Internet :: WWW/HTTP :: WSGI',
|
||||
'Topic :: Internet :: WWW/HTTP :: WSGI :: Application',
|
||||
'Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware',
|
||||
'Topic :: Internet :: WWW/HTTP :: WSGI :: Server',
|
||||
'Topic :: Software Development :: Libraries :: Application Frameworks',
|
||||
'Programming Language :: Python :: 3',
|
||||
'Programming Language :: Python :: 3.3',
|
||||
'Programming Language :: Python :: 3.4',
|
||||
'Programming Language :: Python :: 3.5',
|
||||
],
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue