Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
APEX
apex
Commits
1c0e950c
Commit
1c0e950c
authored
Sep 21, 2016
by
Jeffrey Phillips Freeman
💥
Browse files
Added some metadata to setup files.
parent
85dac437
Changes
2
Hide whitespace changes
Inline
Side-by-side
setup.cfg
View file @
1c0e950c
[metadata]
description-file = README.rst
[bdist_wheel]
universal = 1
...
...
setup.py
View file @
1c0e950c
...
...
@@ -32,6 +32,7 @@ setup(
author
=
'Jeffrey Phillips Freeman (WI2ARD)'
,
author_email
=
'jeffrey.freeman@syncleus.com'
,
url
=
'https://github.com/Syncleus/apex'
,
download_url
=
'https://github.com/Syncleus/apex/archive/v0.0.1.tar.gz'
,
packages
=
find_packages
(
'src'
),
package_dir
=
{
''
:
'src'
},
py_modules
=
[
splitext
(
basename
(
path
))[
0
]
for
path
in
glob
(
'src/*.py'
)],
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment